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

Translated Timeline components

This commit is contained in:
Zhiyuan Zheng
2021-01-01 23:10:47 +01:00
parent d5ccc95704
commit ea465c828a
31 changed files with 729 additions and 561 deletions

View File

@ -70,7 +70,7 @@ const Index: React.FC<Props> = ({ localCorrupt }) => {
const showLocalCorrect = localCorrupt
? toast({
type: 'error',
content: '登录已过期',
message: '登录已过期',
description: '请重新登录',
autoHide: false
})
@ -253,7 +253,6 @@ const Index: React.FC<Props> = ({ localCorrupt }) => {
<NavigationContainer
ref={navigationRef}
theme={themes[mode]}
// key={i18n.language}
onReady={navigationContainerOnReady}
onStateChange={navigationContainerOnStateChange}
>