Fix unable to exit edit mode after deleting the last profile on iOS
This commit is contained in:
@@ -130,7 +130,7 @@ public struct ProfileView: View {
|
||||
#if os(iOS)
|
||||
.toolbar {
|
||||
ToolbarItem(placement: .navigationBarTrailing) {
|
||||
EditButton().disabled(profileList.isEmpty)
|
||||
EditButton().disabled(profileList.isEmpty && !editMode.isEditing)
|
||||
}
|
||||
}
|
||||
#elseif os(tvOS)
|
||||
|
||||
Reference in New Issue
Block a user