app part 2

This commit is contained in:
2019-03-22 00:22:13 +03:00
parent 9ffa250afa
commit 03ff6d458b
16 changed files with 15 additions and 27 deletions

View File

@@ -166,7 +166,7 @@ public class MainActivity extends BaseActivity {
bottomNavigationView.setCurrentItem(2);
}
else {
openProductsScreen(categoryList.get(3));
openProductsScreen(categoryList.get(0));
}
}
private void initBottomNavigationView(){