Fix Egg/Hatching potion modal not showing

This commit is contained in:
Hafiz 2023-08-14 14:22:24 -04:00
parent bc3b58f5b7
commit fe98f6960a

View file

@ -102,6 +102,7 @@ class MainNotificationsManager : NotificationsManager {
Notification.Type.ACHIEVEMENT_ONBOARDING_COMPLETE.type -> true
Notification.Type.LOGIN_INCENTIVE.type -> true
Notification.Type.NEW_MYSTERY_ITEMS.type -> true
Notification.Type.FIRST_DROP.type -> true
else -> false
}