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)
|
#if os(iOS)
|
||||||
.toolbar {
|
.toolbar {
|
||||||
ToolbarItem(placement: .navigationBarTrailing) {
|
ToolbarItem(placement: .navigationBarTrailing) {
|
||||||
EditButton().disabled(profileList.isEmpty)
|
EditButton().disabled(profileList.isEmpty && !editMode.isEditing)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#elseif os(tvOS)
|
#elseif os(tvOS)
|
||||||
|
|||||||
Reference in New Issue
Block a user