mirror of
https://github.com/tooot-app/app
synced 2025-04-04 05:31:05 +02:00
Fixed #66
This commit is contained in:
parent
29289821d5
commit
e1f95ea2b2
@ -9,7 +9,7 @@ import {
|
||||
} from '@utils/slices/instancesSlice'
|
||||
import { StyleConstants } from '@utils/styles/constants'
|
||||
import { useTheme } from '@utils/styles/ThemeManager'
|
||||
import React, { useCallback, useContext, useEffect, useState } from 'react'
|
||||
import React, { useCallback, useContext, useState } from 'react'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
import {
|
||||
Dimensions,
|
||||
@ -42,12 +42,6 @@ const ComposeDraftsListRoot: React.FC<Props> = ({ timestamp }) => {
|
||||
draft => draft.timestamp !== timestamp
|
||||
)
|
||||
|
||||
useEffect(() => {
|
||||
if (instanceDrafts?.length === 0) {
|
||||
navigation.goBack()
|
||||
}
|
||||
}, [instanceDrafts?.length])
|
||||
|
||||
const actionWidth =
|
||||
StyleConstants.Font.Size.L + StyleConstants.Spacing.Global.PagePadding * 4
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user