Loading packages/SystemUI/src/com/android/systemui/biometrics/AuthContainerView.java +4 −4 Original line number Diff line number Diff line Loading @@ -519,6 +519,10 @@ public class AuthContainerView extends LinearLayout @Override public void onAttachedToWindow() { if (Flags.bpFallbackOptions() || (mIsWatch && Flags.bpInitializeComposeWatch())) { ComposeInitializer.INSTANCE.onAttachedToWindow(this); } super.onAttachedToWindow(); final WindowInsetsController insetsController = getWindowInsetsController(); Loading @@ -534,10 +538,6 @@ public class AuthContainerView extends LinearLayout return; } if (Flags.bpFallbackOptions() || (mIsWatch && Flags.bpInitializeComposeWatch())) { ComposeInitializer.INSTANCE.onAttachedToWindow(this); } mWakefulnessLifecycle.addObserver(this); if (mConfig.mSkipIntro) { mContainerState = STATE_SHOWING; Loading Loading
packages/SystemUI/src/com/android/systemui/biometrics/AuthContainerView.java +4 −4 Original line number Diff line number Diff line Loading @@ -519,6 +519,10 @@ public class AuthContainerView extends LinearLayout @Override public void onAttachedToWindow() { if (Flags.bpFallbackOptions() || (mIsWatch && Flags.bpInitializeComposeWatch())) { ComposeInitializer.INSTANCE.onAttachedToWindow(this); } super.onAttachedToWindow(); final WindowInsetsController insetsController = getWindowInsetsController(); Loading @@ -534,10 +538,6 @@ public class AuthContainerView extends LinearLayout return; } if (Flags.bpFallbackOptions() || (mIsWatch && Flags.bpInitializeComposeWatch())) { ComposeInitializer.INSTANCE.onAttachedToWindow(this); } mWakefulnessLifecycle.addObserver(this); if (mConfig.mSkipIntro) { mContainerState = STATE_SHOWING; Loading