1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-28 22:23:35 +00:00

PM-3349 PM-3350 MAUI Migration Start iOS extensions

This commit is contained in:
Federico Maccaroni
2023-10-02 12:05:57 -03:00
parent d17789d5ee
commit 990de4ea4e
12 changed files with 126 additions and 309 deletions

View File

@@ -155,6 +155,8 @@ namespace Bit.App.Pages
{
try
{
// TODO: [MAUI-Migration] added delay or the modal navigation doesn't happen because of modal-loading is shown
await Task.Delay(200);
await _deviceActionService.ShowLoadingAsync(AppResources.Loading);
await _stateService.SetPreLoginEmailAsync(Email);
await AccountSwitchingOverlayViewModel.RefreshAccountViewsAsync();

View File

@@ -338,7 +338,7 @@ namespace Bit.App.Pages
public string PlusAddressedEmail
{
get => _usernameOptions.PlusAddressedEmail;
get => _usernameOptions?.PlusAddressedEmail;
set
{
if (_usernameOptions != null && _usernameOptions.PlusAddressedEmail != value)