Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Feb 7, 2024
1 parent 5cfad18 commit 262a554
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ public void onCreate() {
GameUtils.initialize();
InputMap.initialize();
AlberDriver.Setup();


int theme = GlobalConfig.get(GlobalConfig.KEY_APP_THEME);
if (GlobalConfig.get(GlobalConfig.KEY_APP_THEME) == GlobalConfig.THEME_DYNAMIC) {
DynamicColorsOptions dynamicColorsOptions = new DynamicColorsOptions.Builder()
.build();
Expand Down

0 comments on commit 262a554

Please sign in to comment.