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 notice in class com/quaap/launchtime/ColorSettingsActivity.java you have overriden function isValidFragment(), which is added to the class android.preference.PreferenceActivity in API version = 19. (See this link).
Class ColorSettingsActivity directly extends android.preference.PreferenceActivity. If you put some important operation into this function, the program may not execute normally in API<19.
The same issue could happen in com/quaap/launchtime/SettingsActivity.java too.
The text was updated successfully, but these errors were encountered:
Hi,
I notice in class com/quaap/launchtime/ColorSettingsActivity.java you have overriden function
isValidFragment()
, which is added to the class android.preference.PreferenceActivity in API version = 19. (See this link).Class ColorSettingsActivity directly extends
android.preference.PreferenceActivity
. If you put some important operation into this function, the program may not execute normally in API<19.The same issue could happen in com/quaap/launchtime/SettingsActivity.java too.
The text was updated successfully, but these errors were encountered: