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

Unverified Commit 1f32bac9 authored by Steve Kondik's avatar Steve Kondik Committed by Michael Bestas
Browse files

systemui: Disable the charging animation

 * QCOM turned this back on for some reason. It's pretty ugly
   and eats power. Disable it by default to be on par with AOSP.

Change-Id: Idd22ec89a9ceb2391d39f97f645dcdb016d18831
parent aca2f3aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -329,7 +329,7 @@
    <bool name="show_4glte_icon_for_lte">false</bool>

    <!-- When true, show charging animation -->
    <bool name="config_show_battery_charging_anim">true</bool>
    <bool name="config_show_battery_charging_anim">false</bool>

    <!-- Whether or not to show battery level text. -->
    <bool name="config_showBatteryPercentage">false</bool>