public PasswordHistoryPage(string cipherId) { InitializeComponent(); SetActivityIndicator(); _vm = BindingContext as PasswordHistoryPageViewModel; _vm.Page = this; _vm.CipherId = cipherId; }
public PasswordHistoryPage(string cipherId) { InitializeComponent(); SetActivityIndicator(); _vm = BindingContext as PasswordHistoryPageViewModel; _vm.Page = this; _vm.CipherId = cipherId; if (Device.RuntimePlatform == Device.Android) { ToolbarItems.RemoveAt(0); } }