LOL
This commit is contained in:
@@ -163,8 +163,8 @@ class RepeaterManager(private val parent: TetheringFragment) : Manager(), Servic
|
|||||||
|
|
||||||
fun onWpsResult(which: Int, data: Intent?) {
|
fun onWpsResult(which: Int, data: Intent?) {
|
||||||
when (which) {
|
when (which) {
|
||||||
DialogInterface.BUTTON_POSITIVE -> binder?.startWps(AlertDialogFragment.getRet<WpsRet>(data!!).pin)
|
DialogInterface.BUTTON_POSITIVE -> binder!!.startWps(AlertDialogFragment.getRet<WpsRet>(data!!).pin)
|
||||||
DialogInterface.BUTTON_NEUTRAL -> binder?.startWps(null)
|
DialogInterface.BUTTON_NEUTRAL -> binder!!.startWps(null)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user