|
@@ -70,7 +70,7 @@ public class ExpressDeliveryFragment extends Fragment {
|
|
|
// ColorConstant.setButtonColor(binding.returnBtn, ColorConstant.RETURN_BUTTON_BG_COLOR);
|
|
|
try {
|
|
|
MainActivity activity = ((MainActivity) getActivity());
|
|
|
- timer = TimeOutUtils.timeout(activity, ExpressDeliveryFragment.this, binding.timeout, 120);
|
|
|
+ timer = TimeOutUtils.timeout(activity, ExpressDeliveryFragment.this, binding.timeout, 90);
|
|
|
timer.start();
|
|
|
} catch (Exception e) {
|
|
|
Log.e(TAG, "onViewCreated: 倒计时出现异常! ", e);
|