Skip to content

Commit

Permalink
Clears listenerDisposer list on undock
Browse files Browse the repository at this point in the history
  • Loading branch information
darrellcolehill committed May 31, 2024
1 parent 064e4a6 commit 65f94ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ open class PeerEdit : View() {
}

listenerDisposers.forEach { it.dispose() }
listenerDisposers.clear()
}

private fun subscribeEvents() {
Expand Down

0 comments on commit 65f94ac

Please sign in to comment.