AuroraApp: Drop non-required method
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -76,9 +76,8 @@ class AuroraApp : Application(), Configuration.Provider, ImageLoaderFactory {
|
|||||||
val themeStyle = Preferences.getInteger(this, Preferences.PREFERENCE_THEME_STYLE)
|
val themeStyle = Preferences.getInteger(this, Preferences.PREFERENCE_THEME_STYLE)
|
||||||
setAppTheme(themeStyle)
|
setAppTheme(themeStyle)
|
||||||
|
|
||||||
// Apply dynamic colors to activities0
|
// Apply dynamic colors to activities
|
||||||
DynamicColors.applyToActivitiesIfAvailable(this)
|
DynamicColors.applyToActivitiesIfAvailable(this)
|
||||||
DynamicColors.wrapContextIfAvailable(this)
|
|
||||||
|
|
||||||
// Required for Shizuku installer
|
// Required for Shizuku installer
|
||||||
if (isPAndAbove()) HiddenApiBypass.addHiddenApiExemptions("I", "L")
|
if (isPAndAbove()) HiddenApiBypass.addHiddenApiExemptions("I", "L")
|
||||||
|
|||||||
Reference in New Issue
Block a user