Browse Source

Animate conversation selection and sorting

master
Peter Hajas 3 years ago
parent
commit
616399a68a
  1. 2
      Kordophone/Shared/ConversationList.swift

2
Kordophone/Shared/ConversationList.swift

@ -23,6 +23,8 @@ struct ConversationList : View {
} }
} }
} }
.animation(.spring(), value: sortedConversations)
.animation(.spring(), value: selectedConversation)
.navigationTitle("Kordophone") .navigationTitle("Kordophone")
} }
} }

Loading…
Cancel
Save