You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some issues with the way new themes are loading in the Android app. The MainActivity.kt getTheme() method is called before the views are instantiated in the onCreate() method. This results in the AndroidManifest.xml default theme and styles being loaded the first time a new EventStatus.js file is detected.
One solution is to check the app themeId and event status shared preferences themeId for a match when a new event is detected. If there is a match then display the correct themed alert banner. This will work, however, it requires an additional loading of the application.
There are some issues with the way new themes are loading in the Android app. The MainActivity.kt getTheme() method is called before the views are instantiated in the onCreate() method. This results in the AndroidManifest.xml default theme and styles being loaded the first time a new EventStatus.js file is detected.
One solution is to check the app themeId and event status shared preferences themeId for a match when a new event is detected. If there is a match then display the correct themed alert banner. This will work, however, it requires an additional loading of the application.
MainActivity.kt
Example Code:
Originally posted by @englehorn in #149 (comment)
The text was updated successfully, but these errors were encountered: