Merge "[DO NOT MERGE] Check property name before apply high refresh rate black list" into qt-r1-dev
This commit is contained in:
@@ -110,7 +110,9 @@ class HighRefreshRateBlacklist {
|
||||
private class OnPropertyChangedListener implements DeviceConfig.OnPropertyChangedListener {
|
||||
public void onPropertyChanged(@NonNull String namespace, @NonNull String name,
|
||||
@Nullable String value) {
|
||||
updateBlacklist(value);
|
||||
if (KEY_HIGH_REFRESH_RATE_BLACKLIST.equals(name)) {
|
||||
updateBlacklist(value);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user