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

Commit 26640819 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...

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

Change-Id: Ia11e421e55333c23efc34b8f28ed9f89dc736b4d
parents 88a98dec 632f21db
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));
        }
    }