mirror of
https://github.com/bitwarden/mobile
synced 2025-12-20 10:13:42 +00:00
PM-6552 Fix for App only showing Home (Login) Page after closed after opening Accessibility Settings (#3047)
This commit is contained in:
@@ -158,6 +158,11 @@ namespace Bit.App.Pages
|
||||
await MainThread.InvokeOnMainThreadAsync(() => TriggerPropertyChanged(nameof(UseAccessibility)));
|
||||
return;
|
||||
}
|
||||
|
||||
#if ANDROID
|
||||
// WORKAROUND: Set workaround property to avoid an issue when launching the app after being in Accessibility Settings. More Info on App.xaml.cs
|
||||
((App)Application.Current).HasNavigatedToAccessibilitySettings = true;
|
||||
#endif
|
||||
_deviceActionService.OpenAccessibilitySettings();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user