live bug fix and crashlytics

This commit is contained in:
cimenmus
2018-07-03 00:55:48 +03:00
parent d7641a172b
commit 7167de674f
10 changed files with 45 additions and 8 deletions

View File

@@ -182,7 +182,7 @@ public class MainActivity extends BaseActivity {
if (currentFragmentName.equals(MenuFragment.FRAGMENT_NAME))
return true;
fragmentManager.beginTransaction().replace(R.id.fragmentContainer,
MenuFragment.newInstance(categoryList.get(2))).commit();
MenuFragment.newInstance(categoryList.get(3))).commit();
currentFragmentName = MenuFragment.FRAGMENT_NAME;
shoppingCartImageView.setImageDrawable(whiteCartDrawable);