Make manage less confusing

This commit is contained in:
Mygod
2018-06-01 21:02:03 +08:00
parent e25f590bd6
commit 004581f23e
2 changed files with 13 additions and 7 deletions

View File

@@ -55,6 +55,7 @@ abstract class TetherManager private constructor(protected val parent: Tethering
cause = cause.cause
if (cause != null && cause !is InvocationTargetException) {
Toast.makeText(context, cause.message, Toast.LENGTH_LONG).show()
ManageBar.start(itemView.context)
break
}
}