Skip to content

Commit

Permalink
chore: clean up code remove self.objectWillChange.send
Browse files Browse the repository at this point in the history
  • Loading branch information
AkaShark committed Nov 19, 2024
1 parent b48fd7b commit e453b00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ private class ServiceItemViewModel: ObservableObject {
self.service.enabledQuery = true
EZLocalStorage.shared().setService(self.service, windowType: self.viewModel.windowType)
self.viewModel.postUpdateServiceNotification()
self.objectWillChange.send()
// self.objectWillChange.send()
}
}
}
Expand Down

0 comments on commit e453b00

Please sign in to comment.