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

Commit a5cbf219 authored by Christopher Lais's avatar Christopher Lais
Browse files

Revert "The ActivityThread will restart a stopped activity before sending onActivityResult"

This reverts commit c7c028eb.
parent 2fdbcb96
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2692,10 +2692,6 @@ public final class ActivityThread {
                    }
                }
            }
            if (r.stopped) {
                r.activity.performRestart();
                r.stopped = false;
            }
            deliverResults(r, res.results);
            if (resumed) {
                mInstrumentation.callActivityOnResume(r.activity);