mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
accessibility settings page
This commit is contained in:
@@ -26,6 +26,11 @@ namespace Bit.App.Pages
|
||||
await _vm.InitAsync();
|
||||
}
|
||||
|
||||
public void BuildList()
|
||||
{
|
||||
_vm.BuildList();
|
||||
}
|
||||
|
||||
protected override bool OnBackButtonPressed()
|
||||
{
|
||||
if(Device.RuntimePlatform == Device.Android && _tabsPage != null)
|
||||
@@ -54,7 +59,7 @@ namespace Bit.App.Pages
|
||||
}
|
||||
else if(item.Name == AppResources.AutofillAccessibilityService)
|
||||
{
|
||||
// await Navigation.PushModalAsync(new NavigationPage(new OptionsPage()));
|
||||
await Navigation.PushModalAsync(new NavigationPage(new AccessibilityServicePage(this)));
|
||||
}
|
||||
else if(item.Name == AppResources.AutofillService)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user