Fix unclickable image dismiss button

Changelog-Fixed: Fix unclickable image dismiss button
Closes: #833
This commit is contained in:
OlegAba
2023-03-29 19:02:00 -04:00
committed by William Casarin
parent 72b51a81de
commit b0aac1fc42
3 changed files with 13 additions and 28 deletions

View File

@@ -323,7 +323,7 @@ struct ProfileView: View {
is_zoomed.toggle()
}
.fullScreenCover(isPresented: $is_zoomed) {
ProfileZoomView(pubkey: profile.pubkey, profiles: damus_state.profiles) }
ProfilePicImageView(pubkey: profile.pubkey, profiles: damus_state.profiles) }
Spacer()