Finish Hotfix-FragmentManager

This commit is contained in:
Giuseppe Scorrano 2019-03-07 18:25:50 +01:00
commit 0b5b326700
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -17,8 +17,8 @@ apply plugin: 'com.google.gms.google-services'
android {
def appVersionCode = 40
def appVersionName = '1.0.37'
def appVersionCode = 41
def appVersionName = '1.0.38'
signingConfigs {
release {

View File

@ -236,7 +236,7 @@ public class MainActivity extends AppCompatActivity
if(addToBackStack) ft.addToBackStack(fragment.getTag());
ft.commit();
fragmentManager.executePendingTransactions();
// fragmentManager.executePendingTransactions();
}
}