Bluesky app fork with some witchin' additions 💫

Fix native-only function being called on web (#9904)

authored by samuel.fm and committed by

GitHub 98d17fd9 41b37423

+2 -1
+2 -1
src/Navigation.tsx
··· 885 885 const emailDialogControl = useEmailDialogControl() 886 886 const closeAllActiveElements = useCloseAllActiveElements() 887 887 const linkingUrl = Linking.useLinkingURL() 888 - const notificationResponse = Notifications.useLastNotificationResponse() 889 888 890 889 /** 891 890 * Handle navigation to a conversation, or prepares for account switch. ··· 925 924 926 925 // intent urls are handled by `useIntentHandler` 927 926 if (linkingUrl) return 927 + 928 + const notificationResponse = Notifications.getLastNotificationResponse() 928 929 929 930 if (notificationResponse) { 930 931 notyLogger.debug(`handlePushNotificationEntry: response`, {