mirror of
https://github.com/bitwarden/mobile
synced 2025-12-23 11:43:49 +00:00
resolve some todos
This commit is contained in:
@@ -110,10 +110,6 @@ namespace Bit.App
|
||||
// Clean up old migrated key if they ever log out.
|
||||
await _secureStorageService.RemoveAsync("oldKey");
|
||||
}
|
||||
else if(message.Command == "unlocked" || message.Command == "loggedIn")
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
else if(message.Command == "resumed")
|
||||
{
|
||||
if(Device.RuntimePlatform == Device.iOS)
|
||||
@@ -195,10 +191,6 @@ namespace Bit.App
|
||||
_searchService.ClearIndex();
|
||||
_authService.LogOut(() =>
|
||||
{
|
||||
if(expired)
|
||||
{
|
||||
// TODO: Toast?
|
||||
}
|
||||
Current.MainPage = new HomePage();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user