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

Commit 0f8e46ae authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by android-build-merger
Browse files

Make sure pending cookie persistence canceled am: 8aa379e0

am: a1dfc0f9

Change-Id: Ibfd0b6b418ec74e0b330255ac43ec57a9f4be592
parents 51a93ada a1dfc0f9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -272,6 +272,7 @@ class InstantAppRegistry {
            } else {
                // Deleting an app prunes all instant state such as cookie
                deleteDir(getInstantApplicationDir(pkg.packageName, userId));
                mCookiePersistence.cancelPendingPersistLPw(pkg, userId);
                removeAppLPw(userId, ps.appId);
            }
        }