We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e717b commit 73cc539Copy full SHA for 73cc539
android/src/main/kotlin/dev/fluttercommunity/workmanager/BackgroundWorker.kt
@@ -137,12 +137,6 @@ class BackgroundWorker(
137
if (result != null) {
138
this.completer?.set(result)
139
}
140
-
141
- // If stopEngine is called from `onStopped`, it may not be from the main thread.
142
- Handler(Looper.getMainLooper()).post {
143
- engine?.destroy()
144
- engine = null
145
- }
146
147
148
override fun onMethodCall(call: MethodCall, r: MethodChannel.Result) {
0 commit comments