scope enable/disable of keyboard controller in composer to only android (#4412)
This commit is contained in:
@@ -134,8 +134,8 @@ export const ComposePost = observer(function ComposePost({
|
||||
// See https://github.com/bluesky-social/social-app/pull/4399
|
||||
const {setEnabled} = useKeyboardContext()
|
||||
React.useEffect(() => {
|
||||
if (!isAndroid) return
|
||||
setEnabled(false)
|
||||
|
||||
return () => {
|
||||
setEnabled(true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user