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