mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 10:34:07 +00:00
remove lots of mainpage code since we allow closing of autofill page now
This commit is contained in:
@@ -61,14 +61,6 @@ namespace Bit.App.Pages
|
||||
|
||||
private void Init()
|
||||
{
|
||||
MessagingCenter.Subscribe<Application, bool>(Application.Current, "SyncCompleted", (sender, success) =>
|
||||
{
|
||||
if(success)
|
||||
{
|
||||
_filterResultsCancellationTokenSource = FetchAndLoadVault();
|
||||
}
|
||||
});
|
||||
|
||||
var noDataLabel = new Label
|
||||
{
|
||||
Text = string.Format(AppResources.NoLoginsForUri, _name ?? "--"),
|
||||
|
||||
Reference in New Issue
Block a user