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

Commit d4a5b56c authored by Dianne Hackborn's avatar Dianne Hackborn Committed by android-build-merger
Browse files

Maps crashed entering PIP right after...

am: 598c497b

Change-Id: I724ffe7d4b41cbd83a10bef4c78fa461633972e2
parents acc598f7 598c497b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -23938,8 +23938,10 @@ public class ActivityManagerService extends IActivityManager.Stub
                Slog.w(TAG, "markAsSentFromNotification(): not a PendingIntentRecord: " + target);
                return;
            }
            synchronized (ActivityManagerService.this) {
                ((PendingIntentRecord) target).setWhitelistDurationLocked(whitelistToken, duration);
            }
        }
        @Override
        public void setDeviceIdleWhitelist(int[] appids) {