|
@@ -1131,7 +1131,7 @@ public class EventSystemManager : Singleton<EventSystemManager>
|
|
|
eventList.isCompleted = true;
|
|
|
}
|
|
|
|
|
|
- if (itemInfos != null || itemInfos.Count > 0)
|
|
|
+ if (itemInfos != null && itemInfos.Count > 0)
|
|
|
{
|
|
|
RewardsPanel rewardsPanel = await RewardsPanel.OpenPanel(itemInfos);
|
|
|
await rewardsPanel.UIClosed();
|