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

Commit 2cceaaae authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix back popping the back stack too much.

Change-Id: I18a3d0f3546e51411771d49a68a97108e00b1cea
parent 6416d5d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2072,7 +2072,7 @@ public class Activity extends ContextThemeWrapper
     * to pop, else false.
     */
    public boolean popBackStack() {
        return popBackStack(null, -1);
        return popBackStack(null, 0);
    }

    /**