修复启动时出现闪退日志的问题(DialogFragment问题)
This commit is contained in:
@@ -5342,6 +5342,9 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
|
||||
|
||||
String isFreeGift = newPeopleTask.getIs_free_gift();
|
||||
|
||||
|
||||
Log.i("TestFreeGift", "newPeopleTask.getIs_free_gift(): " + isFreeGift);
|
||||
|
||||
if (taskModel != null) {
|
||||
GiftModel giftModel = newPeopleTask.getGift();
|
||||
if (giftModel != null) {
|
||||
|
||||
Reference in New Issue
Block a user