Merge "Fix back popping the back stack too much."
This commit is contained in:
committed by
Android (Google) Code Review
commit
6fca3e68d3
@@ -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