show "slice pizza text" if any pizza added to basket
This commit is contained in:
@@ -87,7 +87,6 @@ public class CreateOrderNoteFragment extends CreateOrderBaseFragment {
|
||||
|
||||
private void initViews(){
|
||||
createOrderActivity = (CreateOrderActivity) BaseActivity.currentActivity;
|
||||
/*
|
||||
if(isCartContainsAnyPizza(createOrderActivity.getCartInfo().getProducts())){
|
||||
slicePizzaLayout.setVisibility(View.VISIBLE);
|
||||
if(createOrderActivity.getSlicePizza() != null){
|
||||
@@ -101,7 +100,6 @@ public class CreateOrderNoteFragment extends CreateOrderBaseFragment {
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
if(createOrderActivity.getOrderNote() != null){
|
||||
orderNoteAppEditText.setText(createOrderActivity.getOrderNote());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user