Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fca755bd authored by Long Ling's avatar Long Ling Committed by Android (Google) Code Review
Browse files

Merge "[DO NOT MERGE] Check property name before apply high refresh rate black list" into qt-r1-dev

parents d44f2edc 0113bc0c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -110,8 +110,10 @@ class HighRefreshRateBlacklist {
    private class OnPropertyChangedListener implements DeviceConfig.OnPropertyChangedListener {
        public void onPropertyChanged(@NonNull String namespace, @NonNull String name,
                @Nullable String value) {
            if (KEY_HIGH_REFRESH_RATE_BLACKLIST.equals(name)) {
                updateBlacklist(value);
            }
        }
    }
}