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

Commit 1a4bdb7f authored by Jim Miller's avatar Jim Miller Committed by Android Git Automerger
Browse files

am 263bdabc: Fix 2209086: Fix visual glitches in lockscreen.

Merge commit '263bdabc8770fed981bb52f8e3ff4110dfefc0e1' into eclair-plus-aosp

* commit '263bdabc8770fed981bb52f8e3ff4110dfefc0e1':
  Fix 2209086: Fix visual glitches in lockscreen.
parents be53cb4e 5425930b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -188,6 +188,7 @@ class LockScreen extends LinearLayout implements KeyguardScreen, KeyguardUpdateM
        mEmergencyCallButton.setText(R.string.lockscreen_emergency_call);
        mScreenLocked = (TextView) findViewById(R.id.screenLocked);
        mSelector = (SlidingTab) findViewById(R.id.tab_selector);
        mSelector.setHoldAfterTrigger(true, false);
        mSelector.setLeftHintText(R.string.lockscreen_unlock_label);
        mEmergencyCallButton.setOnClickListener(new View.OnClickListener() {
            public void onClick(View v) {