mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-21 02:05:21 +12:00
fix crashes
This commit is contained in:
parent
b0a21652c7
commit
fcd8a15e25
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ public class PandroidApplication extends Application {
|
|||
}
|
||||
if (GlobalConfig.get(GlobalConfig.KEY_DYNAMIC_COLORS)) {
|
||||
DynamicColorsOptions dynamicColorsOptions = new DynamicColorsOptions.Builder()
|
||||
.setPrecondition(null)
|
||||
.build();
|
||||
DynamicColors.applyToActivitiesIfAvailable(this, dynamicColorsOptions);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue