Skip to content

Commit

Permalink
Revert "[🐴] Ensure keyboard gets dismissed when leaving screen (#4104)"
Browse files Browse the repository at this point in the history
This reverts commit 3ca671d.
  • Loading branch information
haileyok committed May 19, 2024
1 parent 3ca671d commit de1e787
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/dms/MessagesListHeader.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, {useCallback} from 'react'
import {Keyboard, TouchableOpacity, View} from 'react-native'
import {TouchableOpacity, View} from 'react-native'
import {
AppBskyActorDefs,
ModerationCause,
Expand Down Expand Up @@ -46,7 +46,6 @@ export let MessagesListHeader = ({
if (isWeb) {
navigation.replace('Messages', {})
} else {
Keyboard.dismiss()
navigation.goBack()
}
}, [navigation])
Expand Down

0 comments on commit de1e787

Please sign in to comment.