pfps: load profile pics in the background
So we don't get annoying popping artifacts when scrolling Changelog-Fixed: Profile pics are now loaded in the background Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -113,7 +113,7 @@ struct ContentView: View {
|
||||
}
|
||||
switch selected_timeline {
|
||||
case .search:
|
||||
SearchHomeView(damus_state: damus_state!, model: SearchHomeModel(pool: damus_state!.pool, profiles: damus_state!.profiles))
|
||||
SearchHomeView(damus_state: damus_state!, model: SearchHomeModel(damus_state: damus_state!))
|
||||
|
||||
case .home:
|
||||
PostingTimelineView
|
||||
|
||||
Reference in New Issue
Block a user