Loading core/java/android/app/FragmentManager.java +3 −4 Original line number Diff line number Diff line Loading @@ -167,10 +167,9 @@ public abstract class FragmentManager { public static final int POP_BACK_STACK_INCLUSIVE = 1<<0; /** * Pop the top state off the back stack. Returns true if there was one * to pop, else false. This function is asynchronous -- it enqueues the * request to pop, but the action will not be performed until the application * returns to its event loop. * Pop the top state off the back stack. This function is asynchronous -- it * enqueues the request to pop, but the action will not be performed until the * application returns to its event loop. */ public abstract void popBackStack(); Loading Loading
core/java/android/app/FragmentManager.java +3 −4 Original line number Diff line number Diff line Loading @@ -167,10 +167,9 @@ public abstract class FragmentManager { public static final int POP_BACK_STACK_INCLUSIVE = 1<<0; /** * Pop the top state off the back stack. Returns true if there was one * to pop, else false. This function is asynchronous -- it enqueues the * request to pop, but the action will not be performed until the application * returns to its event loop. * Pop the top state off the back stack. This function is asynchronous -- it * enqueues the request to pop, but the action will not be performed until the * application returns to its event loop. */ public abstract void popBackStack(); Loading