diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 7afb6c4..9556271 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -443,6 +443,7 @@ export class AppComponent implements OnInit { } else if ( !isOffline && this.showedOfflineAlert ) { await toast.dismiss(); this.showedOfflineAlert = false; + await this.api.syncOfflineData(); } });