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

Commit 9086c20f authored by Evan Laird's avatar Evan Laird Committed by android-build-merger
Browse files

Merge "Fix battery content description when there is no percent mode" into qt-dev am: 4f3e0aa4

am: fe75e37c

Change-Id: Icf7b63f622a8a5bcffb9c5f0d34153875bab55ea
parents 23cdbc53 fe75e37c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -365,6 +365,10 @@ public class BatteryMeterView extends LinearLayout implements
            } else {
                setPercentTextAtCurrentLevel();
            }
        } else {
            setContentDescription(
                    getContext().getString(mCharging ? R.string.accessibility_battery_level_charging
                            : R.string.accessibility_battery_level, mLevel));
        }
    }