refactor: migrate all cordova plugins to capacitor

This commit is contained in:
Thea Schöbl
2022-02-17 08:37:32 +00:00
committed by Rainer Killinger
parent cdb6ac4084
commit 75f4644940
36 changed files with 677 additions and 1118 deletions

View File

@@ -27,6 +27,8 @@ import {
NewsFilterSettingsNames,
} from '../news-filter-settings';
import {NewsProvider} from '../news.provider';
import {SplashScreen} from '@capacitor/splash-screen';
/**
* News page component
*/
@@ -73,6 +75,8 @@ export class NewsPageComponent implements OnInit {
this.news = await this.newsProvider.getList(this.pageSize, this.from, [
...this.filters,
]);
await SplashScreen.hide();
}
/**