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

Commit 598c497b authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Amit Pawar
Browse files

Maps crashed entering PIP right after...

...beginning navigation

Bug: 64140901

Test: booted and ran and posted notifications.

Merged-In:I8c9173dab2716b901cc6dd66f0b0d18cae33f298
Change-Id: I8c9173dab2716b901cc6dd66f0b0d18cae33f298
(cherry picked from commit 52195a66)
parent c6349f39
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -23917,8 +23917,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) {