Skip to content

Commit 2828d4d

Browse files
committed
Hide status bar in gallery on tap
1 parent 814cf80 commit 2828d4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Modules/Sources/GalleryFeature/TabViewGallery.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ public struct TabViewGallery: View {
7474
}
7575
.ignoresSafeArea()
7676
}
77+
.statusBarHidden(!isTouched)
78+
.animation(.easeInOut, value: !isTouched)
7779
.onAppear {
7880
deleteTempFiles()
7981
preloadImage()

0 commit comments

Comments
 (0)