mirror of
https://github.com/bitwarden/mobile
synced 2025-12-20 10:13:42 +00:00
Removal of deprecated Android Accessibility Service options (#698)
This commit is contained in:
committed by
Kyle Spearrin
parent
641122b16f
commit
9f06c9a051
@@ -24,7 +24,6 @@ namespace Bit.App.Pages
|
||||
if(Device.RuntimePlatform == Device.Android)
|
||||
{
|
||||
ToolbarItems.RemoveAt(0);
|
||||
_vm.ShowAndroidAccessibilitySettings = false;
|
||||
_vm.ShowAndroidAutofillSettings = _deviceActionService.SupportsAutofillService();
|
||||
_themeDescriptionLabel.Text = string.Concat(_themeDescriptionLabel.Text, " ",
|
||||
AppResources.RestartIsRequired);
|
||||
|
||||
Reference in New Issue
Block a user