build: fix a few warnings
This commit is contained in:
@@ -389,8 +389,7 @@ struct PostView: View {
|
||||
GeometryReader { (deviceSize: GeometryProxy) in
|
||||
VStack(alignment: .leading, spacing: 0) {
|
||||
let searching = get_searching_string(focusWordAttributes.0)
|
||||
let searchingIsNil = searching == nil
|
||||
|
||||
|
||||
TopBar
|
||||
|
||||
ScrollViewReader { scroller in
|
||||
|
||||
@@ -136,7 +136,7 @@ func get_profile_url(picture: String?, pubkey: Pubkey, profiles: Profiles) -> UR
|
||||
func make_preview_profiles(_ pubkey: Pubkey) -> Profiles {
|
||||
let profiles = Profiles(ndb: test_damus_state.ndb)
|
||||
let picture = "http://cdn.jb55.com/img/red-me.jpg"
|
||||
let profile = Profile(name: "jb55", display_name: "William Casarin", about: "It's me", picture: picture, banner: "", website: "https://jb55.com", lud06: nil, lud16: nil, nip05: "jb55.com", damus_donation: nil)
|
||||
//let profile = Profile(name: "jb55", display_name: "William Casarin", about: "It's me", picture: picture, banner: "", website: "https://jb55.com", lud06: nil, lud16: nil, nip05: "jb55.com", damus_donation: nil)
|
||||
//let ts_profile = TimestampedProfile(profile: profile, timestamp: 0, event: test_note)
|
||||
//profiles.add(id: pubkey, profile: ts_profile)
|
||||
return profiles
|
||||
|
||||
Reference in New Issue
Block a user