Skip to content

Commit

Permalink
fix: mobile popup back button
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper-RF committed Oct 31, 2023
1 parent 0622c93 commit e73f850
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ export const PossibleImpersonationAttackScreen: FC<PossibleImpersonationAttackSc
}, [dispatch])

const handleBackButton = useCallback(() => {
dispatch(
navigationActions.replaceScreen({
screen: ScreenNames.ChannelListScreen,
})
)
dispatch(navigationActions.pop())
}, [dispatch])

return (
Expand Down

0 comments on commit e73f850

Please sign in to comment.