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

Fix theme changing issue

This commit is contained in:
Zhiyuan Zheng
2022-02-17 00:09:19 +01:00
parent fb8bb54989
commit dd7b9cd6a2
6 changed files with 15 additions and 30 deletions

View File

@ -127,7 +127,7 @@ const ScreenImagesViewer = ({
return (
<SafeAreaProvider>
<StatusBar backgroundColor='rgb(0,0,0)' />
<StatusBar hidden />
<ImageViewer
images={imageUrls}
imageIndex={initialIndex}