feat: do not update on tracing logs

This commit is contained in:
oSumAtrIX
2022-11-11 16:15:23 +01:00
committed by GitHub
parent be77a181ec
commit ee689922a3

View File

@ -308,13 +308,6 @@ class MainActivity : FlutterActivity() {
}
}
override fun trace(msg: String) {
handler.post {
installerChannel.invokeMethod(
"update",
mapOf("progress" to -1.0, "header" to "", "log" to msg)
)
}
}
override fun trace(_msg: String) { /* unused */ }
}
}