asana fixes

This commit is contained in:
cimenmus
2018-06-30 12:51:34 +03:00
parent dfa724cea3
commit accfe39c05
34 changed files with 82 additions and 48 deletions

View File

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