Fix crash on Android 5
This commit is contained in:
@@ -172,6 +172,6 @@ class RepeaterManager(private val parent: TetheringFragment) : Manager(), Servic
|
|||||||
}
|
}
|
||||||
holder.config = null
|
holder.config = null
|
||||||
}
|
}
|
||||||
RepeaterService.operatingChannel = config.apChannel
|
if (Build.VERSION.SDK_INT >= 23) RepeaterService.operatingChannel = config.apChannel
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user