mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
feat: do not update on tracing logs
This commit is contained in:
parent
be77a181ec
commit
ee689922a3
@ -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 */ }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user