fix: background fetch crashing android app

This commit is contained in:
Rainer Killinger
2022-09-30 08:25:00 +00:00
parent 2ddffe6d4f
commit 3316ad9169
10 changed files with 83 additions and 67 deletions

View File

@@ -28,6 +28,8 @@ export class AboutPageComponent implements OnInit {
version = packageJson.version;
appName: string;
constructor(
private readonly route: ActivatedRoute,
private readonly configProvider: ConfigProvider,
@@ -35,7 +37,7 @@ export class AboutPageComponent implements OnInit {
async ngOnInit() {
const route = this.route.snapshot.url.map(it => it.path).join('/');
this.appName = (this.configProvider.getValue('name') as string) ?? 'StApps';
this.content =
(
this.configProvider.getValue(