mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-31 14:27:25 +02:00
Update SecretListItemView.swift
Removed delete confirmation handling from SecretListItemView.
This commit is contained in:
@@ -36,11 +36,6 @@ struct SecretListItemView: View {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.showingDeleteConfirmation(isPresented: $isDeleting, secret, store as? AnySecretStoreModifiable) { deleted in
|
|
||||||
if deleted {
|
|
||||||
deletedSecret(secret)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.sheet(isPresented: $isRenaming, onDismiss: {
|
.sheet(isPresented: $isRenaming, onDismiss: {
|
||||||
renamedSecret(secret)
|
renamedSecret(secret)
|
||||||
}, content: {
|
}, content: {
|
||||||
|
|||||||
Reference in New Issue
Block a user