app part 2
This commit is contained in:
@@ -166,7 +166,7 @@ public class MainActivity extends BaseActivity {
|
||||
bottomNavigationView.setCurrentItem(2);
|
||||
}
|
||||
else {
|
||||
openProductsScreen(categoryList.get(3));
|
||||
openProductsScreen(categoryList.get(0));
|
||||
}
|
||||
}
|
||||
private void initBottomNavigationView(){
|
||||
|
||||
@@ -5,7 +5,7 @@ public class ApiConstants {
|
||||
public static final int API_CONNECT_TIMEOUT = 10;
|
||||
//public static final String API_PATH = "http://www.pizzalink.ch/";
|
||||
//public static final String API_PATH = "http://pizzapp.ddns.net/";
|
||||
public static final String API_PATH = "http://pizzapp.ch/";
|
||||
public static final String API_PATH = "http://pizzamaxx.ch/";
|
||||
public static final int CATEGORY_ID_WUNSCHPIZZA = 9999;
|
||||
public static final int CATEGORY_ID_EKSTRA_KEBAP = 9998;
|
||||
public static final int PRODUCT_ID_WUNSCHPIZZA = 56;
|
||||
|
||||
Reference in New Issue
Block a user