1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

removed unnecessary code on vm

This commit is contained in:
André Bispo
2022-06-07 18:59:17 +01:00
parent b3f2730c71
commit 1c0375ef05

View File

@@ -83,7 +83,7 @@ namespace Bit.App.Pages
VaultFilterCommand = new AsyncCommand(VaultFilterOptionsAsync,
onException: ex => _logger.Exception(ex),
allowsMultipleExecutions: false);
TOTPFilterCommand = new AsyncCommand(TOTPFilterAsync,
TOTPFilterCommand = new AsyncCommand(LoadDataAsync,
onException: ex => _logger.Exception(ex),
allowsMultipleExecutions: false);
@@ -457,11 +457,6 @@ namespace Bit.App.Pages
await LoadAsync();
}
public async Task TOTPFilterAsync()
{
await LoadAsync();
}
public async Task SelectCipherAsync(CipherView cipher)
{
var page = new ViewPage(cipher.Id);