Sync offline data when we come back online
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

master
Garrett Mills 4 years ago
parent 042494128a
commit 62a6f6532b
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -443,6 +443,7 @@ export class AppComponent implements OnInit {
} else if ( !isOffline && this.showedOfflineAlert ) {
await toast.dismiss();
this.showedOfflineAlert = false;
await this.api.syncOfflineData();
}
});

Loading…
Cancel
Save