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

Commit 484fac37 authored by Aurélien Pomini's avatar Aurélien Pomini Committed by Automerger Merge Worker
Browse files

Merge "Move onKeyguardGoingAway outside ActivityManager lock" into udc-dev am: 741afeca

parents 36ea6785 741afeca
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3560,11 +3560,11 @@ public class ActivityTaskManagerService extends IActivityTaskManager.Stub {
                mRootWindowContainer.forAllDisplays(displayContent -> {
                    mKeyguardController.keyguardGoingAway(displayContent.getDisplayId(), flags);
                });
            }
            WallpaperManagerInternal wallpaperManagerInternal = getWallpaperManagerInternal();
            if (wallpaperManagerInternal != null) {
                wallpaperManagerInternal.onKeyguardGoingAway();
            }
            }
        } finally {
            Binder.restoreCallingIdentity(token);
        }