From e07c3200cceba34c647d28b133d4fa926484fd42 Mon Sep 17 00:00:00 2001 From: Jio Date: Thu, 4 Jun 2026 23:55:26 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=ED=8F=AC=EC=96=B4=EA=B7=B8=EB=9D=BC?= =?UTF-8?q?=EC=9A=B4=EB=93=9C=20=ED=8A=B8=EB=9E=98=ED=82=B9=20=EC=95=8C?= =?UTF-8?q?=EB=A6=BC=20=EC=8B=9C=EC=8A=A4=ED=85=9C=20=EB=B0=B0=EB=84=88=20?= =?UTF-8?q?=ED=99=9C=EC=84=B1=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/_layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/_layout.tsx b/app/_layout.tsx index 70a0747..8235380 100644 --- a/app/_layout.tsx +++ b/app/_layout.tsx @@ -34,9 +34,9 @@ Notifications.setNotificationHandler({ // mixed payload 로 백엔드가 notification + data 둘 다 보내므로 중복 방지 if (type === 'TRACKING_PHOTO_MILESTONE' || type === 'TRACKING_SUMMIT_REACHED') { return { - shouldShowBanner: false, - shouldShowList: false, - shouldPlaySound: false, + shouldShowBanner: true, + shouldShowList: true, + shouldPlaySound: true, shouldSetBadge: true, }; }