am ea42443e: Merge "Attempt to fix blank keyguard issue" into jb-mr1-dev
* commit 'ea42443e35f04ebd5c8fd6b6b2fc362e2534cb9a': Attempt to fix blank keyguard issue
This commit is contained in:
@@ -496,6 +496,11 @@ public class KeyguardHostView extends KeyguardViewBase {
|
||||
if (DEBUG) Log.d(TAG, "screen on");
|
||||
showSecurityScreen(mCurrentSecuritySelection);
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user