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 { .task {
await loadContacts(reset: false) await loadContacts(reset: false)
} }
.refreshable {
await refreshContacts()
}
.alert(item: $activeAlert) { alert in .alert(item: $activeAlert) { alert in
switch alert { switch alert {
case .error(_, let message): case .error(_, let message):