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

Commit f3628771 authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am 106a6927: Merge "Keep callback reference from being null." into jb-mr1-dev

* commit '106a6927':
  Keep callback reference from being null.
parents 752cb202 106a6927
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -164,8 +164,9 @@ public class KeyguardViewManager {
    }

    private void inflateKeyguardView() {
        if (mKeyguardView != null) {
            mKeyguardHost.removeView(mKeyguardView);
        View v = mKeyguardHost.findViewById(R.id.keyguard_host_view);
        if (v != null) {
            mKeyguardHost.removeView(v);
        }
        // TODO: Remove once b/7094175 is fixed
        Slog.d(TAG, "inflateKeyguardView: b/7094175 mContext.config="