opt
This commit is contained in:
@@ -89,7 +89,7 @@ public class FragmentStack {
|
||||
} else {
|
||||
mFragmentStack.pop();
|
||||
if ( !mFragmentStack.isEmpty() ) {
|
||||
Fragment fragment = mFragmentStack.pop();
|
||||
Fragment fragment = mFragmentStack.peek();
|
||||
if ( fragment != null ) {
|
||||
mFragmentTransaction.show( fragment );
|
||||
mFragmentTransaction.commitAllowingStateLoss();
|
||||
|
||||
Reference in New Issue
Block a user