fixing issue of updating inbox users and the grid changing problem but need to still fix overall problem of ordering people consistently based on friend creation date
This commit is contained in:
@@ -84,14 +84,7 @@ struct InnerCircleView: View {
|
||||
|
||||
}
|
||||
.padding()
|
||||
} else {
|
||||
Image("undraw_fall_is_coming_yl-0-x")
|
||||
.renderingMode(.original)
|
||||
.resizable()
|
||||
.aspectRatio(contentMode: .fit)
|
||||
.blur(radius: 20)
|
||||
|
||||
|
||||
} else {
|
||||
// content
|
||||
CircleGridView(selectedFriendIndex: self.$selectedFriendIndex)
|
||||
.environmentObject(innerCircleVM)
|
||||
|
||||
Reference in New Issue
Block a user