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

Commit 6fca3e68 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix back popping the back stack too much."

parents 5caaf378 2cceaaae
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);
    }

    /**