1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Retry refresh

This commit is contained in:
Zhiyuan Zheng
2020-12-21 22:58:53 +01:00
parent 1ee7dd920d
commit c47d4cb4c4
9 changed files with 80 additions and 106 deletions

View File

@ -13,6 +13,7 @@ import {
Alert,
Keyboard,
KeyboardAvoidingView,
LayoutAnimation,
StyleSheet,
Text,
TextInput
@ -330,6 +331,7 @@ export interface Props {
}
const Compose: React.FC<Props> = ({ route: { params }, navigation }) => {
LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut)
const { theme } = useTheme()
const queryClient = useQueryClient()