We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247e31a commit f6a63d5Copy full SHA for f6a63d5
src/core/login/pages/credentials/credentials.ts
@@ -93,16 +93,9 @@ export class CoreLoginCredentialsPage {
93
}
94
95
/**
96
- * View enter.
+ * View destroyed.
97
*/
98
- ionViewDidEnter(): void {
99
- this.viewLeft = false;
100
- }
101
-
102
- /**
103
- * View left.
104
- */
105
- ionViewDidLeave(): void {
+ ionViewWillUnload(): void {
106
this.viewLeft = true;
107
this.eventsProvider.trigger(CoreEventsProvider.LOGIN_SITE_UNCHECKED, { config: this.siteConfig }, this.siteId);
108
0 commit comments