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

Commit 760c881a authored by Martin Hibdon's avatar Martin Hibdon Committed by Android (Google) Code Review
Browse files

Merge "Correctly save Activity's state in saveInstanceState"

parents 2116dc91 6bcda638
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -493,7 +493,7 @@ public class LocalActivityManager {
                // We need to save the state now, if we don't currently
                // already have it or the activity is currently resumed.
                final Bundle childState = new Bundle();
                r.activity.onSaveInstanceState(childState);
                r.activity.performSaveInstanceState(childState);
                r.instanceState = childState;
            }
            if (r.instanceState != null) {