mirror of
https://github.com/bitwarden/mobile
synced 2026-01-08 11:33:31 +00:00
Invoke logout message always on main thread.
This commit is contained in:
@@ -178,10 +178,7 @@ namespace Bit.App
|
||||
private void Logout(string logoutMessage)
|
||||
{
|
||||
_authService.LogOut();
|
||||
Device.BeginInvokeOnMainThread(() =>
|
||||
{
|
||||
_pushNotification.Unregister();
|
||||
});
|
||||
_pushNotification.Unregister();
|
||||
Current.MainPage = new HomePage();
|
||||
if(!string.IsNullOrWhiteSpace(logoutMessage))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user