protected override void OnDisappearing() { base.OnDisappearing(); BaseUrlCell.Dispose(); IdentityUrlCell.Dispose(); ApiUrlCell.Dispose(); WebVaultUrlCell.Dispose(); StackLayout.LayoutChanged -= Layout_LayoutChanged; }
protected override void OnDisappearing() { base.OnDisappearing(); BaseUrlCell.Dispose(); IconsUrlCell.Dispose(); IdentityUrlCell.Dispose(); ApiUrlCell.Dispose(); WebVaultUrlCell.Dispose(); }
protected override void OnAppearing() { base.OnAppearing(); MessagingCenter.Send(Application.Current, "ShowStatusBar", true); BaseUrlCell.InitEvents(); IdentityUrlCell.InitEvents(); ApiUrlCell.InitEvents(); WebVaultUrlCell.InitEvents(); StackLayout.LayoutChanged += Layout_LayoutChanged; BaseUrlCell.Entry.FocusWithDelay(); }