Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-claw committed Feb 22, 2024
1 parent 6d9aa4c commit 0b9c78a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class SettingsService(private val eventBus: EventBus) {
this.settings = settings.copy(viperSettings = viperSettings)
save()
coroutineScope.launch {
eventBus.publishEvent(SettingsUpdateEvent(settings))
eventBus.publishEvent(SettingsUpdateEvent(this@SettingsService.settings))
}
}

Expand Down

0 comments on commit 0b9c78a

Please sign in to comment.