[Modify]1.4.0bug

This commit is contained in:
wushaocheng
2022-12-21 19:14:24 +08:00
parent 790ccfa5e7
commit c298884464

View File

@@ -677,6 +677,8 @@ public class GiftModel extends BaseModel implements IGiftModel {
}; };
countDownTimer.start(); countDownTimer.start();
} }
}else {
EventBus.getDefault().post(new UpdateKnapFreeGiftEvent(giftId, 0));
} }
} }