commit | b49b652c6ec79b2c71fd893ac9c806cd9a6713a5 | [log] [tgz] |
---|---|---|
author | Dees Troy <dees_troy@teamw.in> | Tue Jan 21 15:59:20 2014 +0100 |
committer | Gerrit Code Review <gerrit2@gerrit> | Tue Jan 21 15:59:20 2014 +0100 |
tree | 863ebaa0a42f6ae98af94ed99160f779c6b19e12 | |
parent | a6a26429f6ee285fb2775dce37ef94339c00d9a2 [diff] | |
parent | b53907e59472c3afaa5cae1afcd48c93d4d07067 [diff] |
Merge "Force GUI render after setting brightness" into android-4.4
diff --git a/gui/blanktimer.cpp b/gui/blanktimer.cpp index 8333053..c8d1bcc 100644 --- a/gui/blanktimer.cpp +++ b/gui/blanktimer.cpp
@@ -142,6 +142,7 @@ bstring = buff; if ((TWFunc::write_file(brightness_path, bstring)) != 0) return -1; + gui_forceRender(); return 0; }