mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-29 12:02:11 +00:00
Reload in the background on edit
This commit is contained in:
parent
f0d0eb5ed3
commit
05ba654b2f
@ -223,10 +223,9 @@ class ShortcutsEditViewController: UITableViewController, INUIEditVoiceShortcutV
|
||||
editedIndexPath = nil
|
||||
wrappers?[indexPath.row] = ShortcutWrapper.from(voiceShortcut)
|
||||
wrappers?.sort()
|
||||
tableView.reloadData()
|
||||
|
||||
dismiss(animated: true) {
|
||||
self.tableView.reloadData()
|
||||
}
|
||||
dismiss(animated: true)
|
||||
}
|
||||
|
||||
func editVoiceShortcutViewController(_ controller: INUIEditVoiceShortcutViewController, didDeleteVoiceShortcutWithIdentifier deletedVoiceShortcutIdentifier: UUID) {
|
||||
|
Loading…
Reference in New Issue
Block a user