live bug fix and crashlytics
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user