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

Commit ea42443e authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

Merge "Attempt to fix blank keyguard issue" into jb-mr1-dev

parents ff5c9146 d03a5558
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -496,6 +496,11 @@ public class KeyguardHostView extends KeyguardViewBase {
        if (DEBUG) Log.d(TAG, "screen on");
        if (DEBUG) Log.d(TAG, "screen on");
        showSecurityScreen(mCurrentSecuritySelection);
        showSecurityScreen(mCurrentSecuritySelection);
        getSecurityView(mCurrentSecuritySelection).onResume();
        getSecurityView(mCurrentSecuritySelection).onResume();

        // This is a an attempt to fix bug 7137389 where the device comes back on but the entire
        // layout is blank but forcing a layout causes it to reappear (e.g. with with
        // hierarchyviewer).
        requestLayout();
    }
    }


    @Override
    @Override