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

Commit 689586d0 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix framework side of #7132432 com.android.vending:...

...java.lang.IllegalStateException: Can not perform this action
after onSaveInstanceStateat android.support.v4.app.FragmentManagerImpl
.checkStateLoss(FragmentManager.java:1300)

Framework fragment manager also needs to be told its state is not
saved earlier.

Change-Id: Ie5bb327fca6208f7eea6146a1b3223c61c9ecef6
parent 933a7546
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2700,6 +2700,7 @@ public final class ActivityThread {
                r.activity.mStartedActivity = false;
            }
            try {
                r.activity.mFragments.noteStateNotSaved();
                if (r.pendingIntents != null) {
                    deliverNewIntents(r, r.pendingIntents);
                    r.pendingIntents = null;