mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-22 11:35:21 +01:00
[PM-7960] Revert change from passkey provider pr (#3196)
* [PM-7690] Move UI thread invocation to viewmodel command
This commit is contained in:
parent
f80ec1b221
commit
8b65d99442
@ -74,7 +74,10 @@ namespace Bit.App.Pages
|
||||
|
||||
PageTitle = AppResources.VerifyMasterPassword;
|
||||
TogglePasswordCommand = new Command(TogglePassword);
|
||||
SubmitCommand = CreateDefaultAsyncRelayCommand(SubmitAsync, onException: _logger.Exception, allowsMultipleExecutions: false);
|
||||
SubmitCommand = CreateDefaultAsyncRelayCommand(
|
||||
() => MainThread.InvokeOnMainThreadAsync(SubmitAsync),
|
||||
onException: _logger.Exception,
|
||||
allowsMultipleExecutions: false);
|
||||
|
||||
AccountSwitchingOverlayViewModel =
|
||||
new AccountSwitchingOverlayViewModel(_stateService, _messagingService, _logger)
|
||||
|
Loading…
Reference in New Issue
Block a user