1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
Zhiyuan Zheng
2021-04-19 22:50:55 +02:00
parent 251695cc46
commit 1ee9b7d91d
3 changed files with 7 additions and 6 deletions

View File

@ -117,6 +117,7 @@ const ScreenImagesViewer = ({
navigation
}: ScreenImagesViewerProp) => {
if (imageUrls.length === 0) {
navigation.goBack()
return null
}