Skip to content

Commit 11d8481

Browse files
Dianne HackbornAndroid (Google) Code Review
authored andcommitted
Merge "Fix framework side of #7132432 com.android.vending:..." into jb-mr1-dev
2 parents 0f9deb3 + 689586d commit 11d8481

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/java/android/app/ActivityThread.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2700,6 +2700,7 @@ public final ActivityClientRecord performResumeActivity(IBinder token,
27002700
r.activity.mStartedActivity = false;
27012701
}
27022702
try {
2703+
r.activity.mFragments.noteStateNotSaved();
27032704
if (r.pendingIntents != null) {
27042705
deliverNewIntents(r, r.pendingIntents);
27052706
r.pendingIntents = null;

0 commit comments

Comments
 (0)