Loading packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +4 −4 Original line number Diff line number Diff line Loading @@ -179,6 +179,8 @@ import com.android.wm.shell.keyguard.KeyguardTransitions; import dagger.Lazy; import kotlinx.coroutines.CoroutineDispatcher; import java.io.PrintWriter; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; Loading @@ -188,8 +190,6 @@ import java.util.Objects; import java.util.concurrent.Executor; import java.util.function.Consumer; import kotlinx.coroutines.CoroutineDispatcher; /** * Mediates requests related to the keyguard. This includes queries about the * state of the keyguard, power management events that effect whether the keyguard Loading Loading @@ -3327,12 +3327,12 @@ public class KeyguardViewMediator implements CoreStartable, Dumpable, flags |= KEYGUARD_GOING_AWAY_FLAG_TO_LAUNCHER_CLEAR_SNAPSHOT; } mKeyguardStateController.notifyKeyguardGoingAway(true); if (!KeyguardWmStateRefactor.isEnabled()) { // Handled in WmLockscreenVisibilityManager. mActivityTaskManagerService.keyguardGoingAway(flags); } mKeyguardStateController.notifyKeyguardGoingAway(true); } catch (RemoteException e) { mSurfaceBehindRemoteAnimationRequested = false; e.printStackTrace(); Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +4 −4 Original line number Diff line number Diff line Loading @@ -179,6 +179,8 @@ import com.android.wm.shell.keyguard.KeyguardTransitions; import dagger.Lazy; import kotlinx.coroutines.CoroutineDispatcher; import java.io.PrintWriter; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; Loading @@ -188,8 +190,6 @@ import java.util.Objects; import java.util.concurrent.Executor; import java.util.function.Consumer; import kotlinx.coroutines.CoroutineDispatcher; /** * Mediates requests related to the keyguard. This includes queries about the * state of the keyguard, power management events that effect whether the keyguard Loading Loading @@ -3327,12 +3327,12 @@ public class KeyguardViewMediator implements CoreStartable, Dumpable, flags |= KEYGUARD_GOING_AWAY_FLAG_TO_LAUNCHER_CLEAR_SNAPSHOT; } mKeyguardStateController.notifyKeyguardGoingAway(true); if (!KeyguardWmStateRefactor.isEnabled()) { // Handled in WmLockscreenVisibilityManager. mActivityTaskManagerService.keyguardGoingAway(flags); } mKeyguardStateController.notifyKeyguardGoingAway(true); } catch (RemoteException e) { mSurfaceBehindRemoteAnimationRequested = false; e.printStackTrace(); Loading