opt
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="bottom"
|
||||
android:paddingBottom="@dimen/dp_33">
|
||||
android:paddingBottom="@dimen/dp_61">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/module_apps_id_navigation"
|
||||
|
||||
@@ -137,6 +137,7 @@ public class FragmentStack {
|
||||
mFragmentTransaction.remove( descriptor.getFragment() );
|
||||
}
|
||||
mFragmentTransaction.commitAllowingStateLoss();
|
||||
mFragmentStack.clear();
|
||||
mCurrentFragment = null;
|
||||
if ( getFragmentStackTransactionListener() != null ) {
|
||||
getFragmentStackTransactionListener().onTransaction();
|
||||
|
||||
Reference in New Issue
Block a user