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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user