Remove todo
This commit is contained in:
@@ -20,7 +20,6 @@ const VALID_IMAGE_REGEX = /^[\w.:\-_/]+\|\d+(\.\d+)?\|\d+(\.\d+)?$/
|
|||||||
// This needs to stay outside of react to persist between account switches
|
// This needs to stay outside of react to persist between account switches
|
||||||
let previousIntentUrl = ''
|
let previousIntentUrl = ''
|
||||||
|
|
||||||
// TODO we handle intents for logged out users?
|
|
||||||
export function useIntentHandler() {
|
export function useIntentHandler() {
|
||||||
const incomingUrl = Linking.useURL()
|
const incomingUrl = Linking.useURL()
|
||||||
const composeIntent = useComposeIntent()
|
const composeIntent = useComposeIntent()
|
||||||
|
|||||||
Reference in New Issue
Block a user