@ -128,6 +128,7 @@ class WebService : BaseService() {
private fun upTile(active: Boolean) {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
kotlin.runCatching {
startService<WebTileService> {
action = if (active) {
IntentAction.start
@ -136,5 +137,7 @@ class WebService : BaseService() {
}