···117117118118 private fun handleImageIntents(
119119 uris: List<Uri>,
120120- text: String?
120120+ text: String?,
121121 ) {
122122 var allParams = ""
123123···145145146146 private fun handleVideoIntents(
147147 uris: List<Uri>,
148148- text: String?
148148+ text: String?,
149149 ) {
150150 val uri = uris[0]
151151 // If there is no extension for the file, substringAfterLast returns the original string - not
···3344import React, {useEffect, useState} from 'react'
55import {GestureHandlerRootView} from 'react-native-gesture-handler'
66+import {KeyboardProvider as KeyboardControllerProvider} from 'react-native-keyboard-controller'
67import {
78 initialWindowMetrics,
89 SafeAreaProvider,
···1415import {useLingui} from '@lingui/react'
1516import * as Sentry from '@sentry/react-native'
16171717-import {KeyboardControllerProvider} from '#/lib/hooks/useEnableKeyboardController'
1818import {Provider as HideBottomBarBorderProvider} from '#/lib/hooks/useHideBottomBarBorder'
1919import {QueryProvider} from '#/lib/react-query'
2020import {s} from '#/lib/styles'