Skip to content

Commit

Permalink
fix process bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nnjun committed Jun 7, 2021
1 parent 5aeb3b7 commit a69058f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ class MainActivity : PermissionActivity() {
private val mMonitor = object : IBDumpMonitor.Stub() {
override fun onDump(result: DumpResult?) {
result?.let {
Log.e("onDump", result.toString())
// 此处做进度条
if (result.isRunning) {
loadingView?.setProgress(result.currProcess, result.totalProcess)
Expand Down

0 comments on commit a69058f

Please sign in to comment.