Move share button
To avoid the weird hit detection issues
This commit is contained in:
@@ -219,9 +219,6 @@ struct ProfileView: View {
|
||||
.frame(width: geometry.size.width, height: self.getHeightForHeaderImage(geometry))
|
||||
.clipped()
|
||||
.offset(x: 0, y: self.getOffsetForHeaderImage(geometry))
|
||||
|
||||
ShareButton
|
||||
.offset(x: geometry.size.width - 80.0, y: 50.0 )
|
||||
|
||||
}.frame(height: BANNER_HEIGHT)
|
||||
|
||||
@@ -250,6 +247,8 @@ struct ProfileView: View {
|
||||
|
||||
DMButton
|
||||
|
||||
ShareButton
|
||||
|
||||
if profile.pubkey != damus_state.pubkey {
|
||||
FollowButtonView(
|
||||
target: profile.get_follow_target(),
|
||||
|
||||
Reference in New Issue
Block a user