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

Commit 166b53c3 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Make sure pending cookie persistence canceled am: 8aa379e0 am: a1dfc0f9"

parents b7bb600f 0f8e46ae
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);
            }
        }