[pigeon] Kotlin InstanceManager doesn't properly remove callbacks from handler #166780
Labels
p: pigeon
related to pigeon messaging codegen tool
P1
High-priority issues at the top of the work list
package
flutter/packages repository. See also p: labels.
team-ecosystem
Owned by Ecosystem team
What package does this bug report belong to?
pigeon
Affected Plugins that use pigeon: webview_flutter_android, interactive_media_ads
What target platforms are you seeing this bug on?
Android/Kotlin
Steps to reproduce
This is generated by using @proxyapi feature from pigeon.
Expected results
The InstanceManager contains:
Instead of passing the Runnable that should be removed to
handler.removeCallbacks
, this is creating a new Runnable and not removing anything.The text was updated successfully, but these errors were encountered: