Merge "Force GUI render after setting brightness" into android-4.4

This commit is contained in:
Dees Troy
2014-01-21 15:59:20 +01:00
committed by Gerrit Code Review

View File

@@ -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;
}