1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
xmflsct
2022-12-07 23:56:00 +01:00
parent c89612d875
commit 705c1d0ad0
14 changed files with 96 additions and 40 deletions

View File

@ -10,7 +10,7 @@ import { useTranslation } from 'react-i18next'
import { Alert } from 'react-native'
import { useSelector } from 'react-redux'
import ComposeContext from '../../utils/createContext'
import formatText from '../../utils/formatText'
import { formatText } from '../../utils/processText'
import { uploadAttachment } from '../Footer/addAttachment'
const ComposeTextInput: React.FC = () => {