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
Hi, I have an application with customizable theming. Users can choose from different theme styles, and the selected style is saved in shared preferences.
but in the crash activity, the style is static, and I don't want to read from shared preferences in custom activity, what if the cause of the crash were the reading from shared pref, it would cause a loop in the crash.
It would be a nice feature to pass arguments to the crash activity and decide the theme via those arguments.
The text was updated successfully, but these errors were encountered:
Hi, I have an application with customizable theming. Users can choose from different theme styles, and the selected style is saved in shared preferences.
but in the crash activity, the style is static, and I don't want to read from shared preferences in custom activity, what if the cause of the crash were the reading from shared pref, it would cause a loop in the crash.
It would be a nice feature to pass arguments to the crash activity and decide the theme via those arguments.
The text was updated successfully, but these errors were encountered: