mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
stub out autofill ciphers listing page
This commit is contained in:
@@ -46,7 +46,6 @@ namespace Bit.App.Pages
|
||||
Refreshing = true;
|
||||
await LoadAsync();
|
||||
});
|
||||
AddCipherCommand = new Command(() => { /* TODO */ });
|
||||
CipherOptionsCommand = new Command<CipherView>(CipherOptionsAsync);
|
||||
}
|
||||
|
||||
@@ -104,7 +103,6 @@ namespace Bit.App.Pages
|
||||
}
|
||||
public ExtendedObservableCollection<GroupingsPageListGroup> GroupedItems { get; set; }
|
||||
public Command RefreshCommand { get; set; }
|
||||
public Command AddCipherCommand { get; set; }
|
||||
public Command<CipherView> CipherOptionsCommand { get; set; }
|
||||
|
||||
public async Task LoadAsync()
|
||||
|
||||
Reference in New Issue
Block a user