Fix back popping the back stack too much.
Change-Id: I18a3d0f3546e51411771d49a68a97108e00b1cea
This commit is contained in:
@@ -2072,7 +2072,7 @@ public class Activity extends ContextThemeWrapper
|
||||
* to pop, else false.
|
||||
*/
|
||||
public boolean popBackStack() {
|
||||
return popBackStack(null, -1);
|
||||
return popBackStack(null, 0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user