mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-19 20:29:02 +00:00
Fix Egg/Hatching potion modal not showing
This commit is contained in:
parent
bc3b58f5b7
commit
fe98f6960a
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue