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

Commit 4822f93b authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Fixed issue 2846: Pattern lockscreen displays %d%% instead of bat level" into gingerbread

parents 07cee9db ad1d4a9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -312,7 +312,7 @@ class PatternUnlockScreen extends LinearLayoutWithDefaultTouchRecepient
                  mStatus1.setText(getContext().getString(R.string.lockscreen_plugged_in, mBatteryLevel));
              }
            } else {
                mStatus1.setText(getContext().getString(R.string.lockscreen_low_battery));
                mStatus1.setText(getContext().getString(R.string.lockscreen_low_battery, mBatteryLevel));
            }
            mStatus1.setCompoundDrawablesWithIntrinsicBounds(R.drawable.ic_lock_idle_charging, 0, 0, 0);