Resolve issue on Roboash not appearing in sidebar pfp
Also works fine with users with profile pic url set Closes: #315
This commit is contained in:
@@ -229,11 +229,7 @@ struct ContentView: View {
|
|||||||
Button {
|
Button {
|
||||||
isSideBarOpened.toggle()
|
isSideBarOpened.toggle()
|
||||||
} label: {
|
} label: {
|
||||||
if let picture = damus_state?.profiles.lookup(id: pubkey)?.picture {
|
ProfilePicView(pubkey: damus_state!.pubkey, size: 32, highlight: .none, profiles: damus_state!.profiles)
|
||||||
ProfilePicView(pubkey: damus_state!.pubkey, size: 32, highlight: .none, profiles: damus_state!.profiles, picture: picture)
|
|
||||||
} else {
|
|
||||||
Image(systemName: "person.fill")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user