mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
[AC-2788] Remove unassigned items feature flag and logic (#3300)
This commit is contained in:
committed by
GitHub
parent
cf5c5aa114
commit
9edcc8b4f7
@@ -207,11 +207,6 @@ namespace Bit.App.Pages
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (_appOptions != null)
|
||||
{
|
||||
_appOptions.HasJustLoggedInOrUnlocked = true;
|
||||
}
|
||||
var previousPage = await AppHelpers.ClearPreviousPage();
|
||||
App.MainPage = new TabsPage(_appOptions, previousPage);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user