mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
fix: background fetch crashing android app
This commit is contained in:
@@ -104,6 +104,7 @@ export class AppComponent implements AfterContentInit {
|
||||
color: getComputedStyle(document.documentElement)
|
||||
.getPropertyValue('--ion-background-color')
|
||||
.trim(),
|
||||
darkButtons: true,
|
||||
});
|
||||
}
|
||||
await this.authNotificationsInit();
|
||||
|
||||
Reference in New Issue
Block a user