mirror of
https://github.com/bitwarden/mobile
synced 2025-12-29 14:43:50 +00:00
PM-3349 PM-3350 MAUI Migration Start iOS extensions
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -338,7 +338,7 @@ namespace Bit.App.Pages
|
||||
|
||||
public string PlusAddressedEmail
|
||||
{
|
||||
get => _usernameOptions.PlusAddressedEmail;
|
||||
get => _usernameOptions?.PlusAddressedEmail;
|
||||
set
|
||||
{
|
||||
if (_usernameOptions != null && _usernameOptions.PlusAddressedEmail != value)
|
||||
|
||||
Reference in New Issue
Block a user