You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
In my case
AddListner may have duplicate calls.
Do you have any plans to officially support the removeListener function for this?
I would like to handle it in the same way as
// Register the listener when the composable enters the composition
// and unregister it when it leaves
DisposableEffect(Unit) {
NotifierManager.addListener(notifierListener)
onDispose {
}
}
The text was updated successfully, but these errors were encountered:
Hi!
In my case
AddListner may have duplicate calls.
Do you have any plans to officially support the removeListener function for this?
I would like to handle it in the same way as
// Register the listener when the composable enters the composition
// and unregister it when it leaves
DisposableEffect(Unit) {
NotifierManager.addListener(notifierListener)
onDispose {
}
}
The text was updated successfully, but these errors were encountered: