Skip to content

Commit c2a6694

Browse files
NMC - Hide the bottom navigationbar in photoviewer of album
1 parent 093c5e6 commit c2a6694

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

iOSClient/Albums/Presentation/Details/PhotosGridView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ struct PhotosGridView: View {
114114
return
115115
}
116116

117+
viewer.hidesBottomBarWhenPushed = true
118+
117119
// 5) Populate viewer with the complete, ordered arrays
118120
viewer.ocIds = ocIds
119121
viewer.metadatas = metadatas

0 commit comments

Comments
 (0)