Fix back popping the back stack too much.

Change-Id: I18a3d0f3546e51411771d49a68a97108e00b1cea
This commit is contained in:
Dianne Hackborn
2010-08-11 22:32:15 -07:00
parent 6416d5d792
commit 2cceaaae34

View File

@@ -2072,7 +2072,7 @@ public class Activity extends ContextThemeWrapper
* to pop, else false.
*/
public boolean popBackStack() {
return popBackStack(null, -1);
return popBackStack(null, 0);
}
/**