delete refresh in contact

This commit is contained in:
cheykrym 2025-12-13 03:57:57 +03:00
parent 430f21bf62
commit 4e24f468b8

View File

@ -101,9 +101,6 @@ struct ContactsTab: View {
.task {
await loadContacts(reset: false)
}
.refreshable {
await refreshContacts()
}
.alert(item: $activeAlert) { alert in
switch alert {
case .error(_, let message):