consistency
This commit is contained in:
@@ -17,7 +17,6 @@ import {useSafeAreaInsets} from 'react-native-safe-area-context'
|
|||||||
import {useEnableMinimalShellModeForScreen} from '#/state/shell'
|
import {useEnableMinimalShellModeForScreen} from '#/state/shell'
|
||||||
import {useShellLayout} from '#/state/shell/shell-layout'
|
import {useShellLayout} from '#/state/shell/shell-layout'
|
||||||
import {
|
import {
|
||||||
android,
|
|
||||||
atoms as a,
|
atoms as a,
|
||||||
ios,
|
ios,
|
||||||
useBreakpoints,
|
useBreakpoints,
|
||||||
@@ -142,8 +141,7 @@ export const KeyboardAwareContent = memo(function LayoutKeyboardAwareContent({
|
|||||||
style={[scrollViewStyles.common, style]}
|
style={[scrollViewStyles.common, style]}
|
||||||
contentInset={ios({top: 0, left: 0, bottom: footerHeight, right: 0})}
|
contentInset={ios({top: 0, left: 0, bottom: footerHeight, right: 0})}
|
||||||
contentContainerStyle={[
|
contentContainerStyle={[
|
||||||
android({paddingBottom: footerHeight}),
|
!isIOS && {paddingBottom: footerHeight},
|
||||||
web({paddingBottom: footerHeight}),
|
|
||||||
contentContainerStyle,
|
contentContainerStyle,
|
||||||
]}
|
]}
|
||||||
keyboardShouldPersistTaps="handled"
|
keyboardShouldPersistTaps="handled"
|
||||||
|
|||||||
Reference in New Issue
Block a user