Skip to content

Commit

Permalink
Initialize ThemePreferenceProvider in SystemPreferencesManager
Browse files Browse the repository at this point in the history
  • Loading branch information
weisJ committed Jun 1, 2022
1 parent 869b1d5 commit ce4d8c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public class SystemPreferencesManager {
public SystemPreferencesManager(final boolean allowNativeReporting) {
preferenceProvider = createProvider(allowNativeReporting);
preferenceProvider.setCallback(this::onPreferenceChange);
preferenceProvider.initialize();
}

public SystemPreferencesManager() {
Expand Down

0 comments on commit ce4d8c0

Please sign in to comment.