comment
This commit is contained in:
@@ -99,17 +99,14 @@ public class OrderSummaryFragment extends OrderBaseFragment {
|
|||||||
orderActivity.onNextClicked(FRAGMENT_NAME);
|
orderActivity.onNextClicked(FRAGMENT_NAME);
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
//orderActivity.onNextClicked(FRAGMENT_NAME);
|
|
||||||
ApiErrorUtils.parseError(response);
|
ApiErrorUtils.parseError(response);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onFailure(Call<ResponseObject<Integer>> call, Throwable t) {
|
public void onFailure(Call<ResponseObject<Integer>> call, Throwable t) {
|
||||||
DialogHelper.hideLoadingDialog();
|
DialogHelper.hideLoadingDialog();
|
||||||
DialogHelper.showFailedDialog();
|
DialogHelper.showFailedDialog();
|
||||||
//orderActivity.onNextClicked(FRAGMENT_NAME);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user