From fe98f6960afa1e62e3df4594086a8fe449a0769d Mon Sep 17 00:00:00 2001 From: Hafiz Date: Mon, 14 Aug 2023 14:22:24 -0400 Subject: [PATCH] Fix Egg/Hatching potion modal not showing --- .../habitrpg/android/habitica/helpers/NotificationsManager.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/Habitica/src/main/java/com/habitrpg/android/habitica/helpers/NotificationsManager.kt b/Habitica/src/main/java/com/habitrpg/android/habitica/helpers/NotificationsManager.kt index 0ff9f64a0..550d42278 100644 --- a/Habitica/src/main/java/com/habitrpg/android/habitica/helpers/NotificationsManager.kt +++ b/Habitica/src/main/java/com/habitrpg/android/habitica/helpers/NotificationsManager.kt @@ -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 }