Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java +1 −1 Original line number Diff line number Diff line Loading @@ -167,6 +167,7 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL mLockIcon = (KeyguardAffordanceView) findViewById(R.id.lock_icon); mIndicationText = (TextView) findViewById(R.id.keyguard_indication_text); mEmergencyButton = (EmergencyButton) findViewById(R.id.emergency_call_button); mShortcutHelper = new LockscreenShortcutsHelper(mContext, this); watchForCameraPolicyChanges(); updateCameraVisibility(); updatePhoneVisibility(); Loading @@ -184,7 +185,6 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL mCameraImageView.setOnClickListener(this); mPhoneImageView.setOnClickListener(this); initAccessibility(); mShortcutHelper = new LockscreenShortcutsHelper(mContext, this); updateCustomShortcuts(); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java +1 −1 Original line number Diff line number Diff line Loading @@ -167,6 +167,7 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL mLockIcon = (KeyguardAffordanceView) findViewById(R.id.lock_icon); mIndicationText = (TextView) findViewById(R.id.keyguard_indication_text); mEmergencyButton = (EmergencyButton) findViewById(R.id.emergency_call_button); mShortcutHelper = new LockscreenShortcutsHelper(mContext, this); watchForCameraPolicyChanges(); updateCameraVisibility(); updatePhoneVisibility(); Loading @@ -184,7 +185,6 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL mCameraImageView.setOnClickListener(this); mPhoneImageView.setOnClickListener(this); initAccessibility(); mShortcutHelper = new LockscreenShortcutsHelper(mContext, this); updateCustomShortcuts(); } Loading