mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +00:00
fix: background fetch crashing android app
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user