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 fc0dce0 commit 7bb1d99
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ public void onCreate() {
InputMap.initialize();
AlberDriver.Setup();

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

DynamicColors.applyToActivitiesIfAvailable(this, dynamicColorsOptions);
}


if (GlobalConfig.get(GlobalConfig.KEY_LOGGER_SERVICE)) {
Expand Down

0 comments on commit 7bb1d99

Please sign in to comment.