Merge "Force GUI render after setting brightness" into android-4.4
This commit is contained in:
@@ -142,6 +142,7 @@ int blanktimer::setBrightness(int brightness) {
|
||||
bstring = buff;
|
||||
if ((TWFunc::write_file(brightness_path, bstring)) != 0)
|
||||
return -1;
|
||||
gui_forceRender();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user