slice pizza null fix for crachlytics bug

This commit is contained in:
2019-08-11 19:03:32 +03:00
parent 06900c9190
commit 40ed80c9b2

View File

@@ -597,7 +597,7 @@ public class CreateOrderSummaryFragment extends CreateOrderBaseFragment {
/*
if(isCartContainsAnyPizza()){
stringBuilder.append(slicePizzaForStoreText).append(" : ");
if(createOrderActivity.getSlicePizza()){
if(createOrderActivity.getSlicePizza() == Boolean.TRUE){
stringBuilder.append(yesText);
}
else {