Fix missing luanch
This commit is contained in:
@@ -378,7 +378,7 @@ class RepeaterService : Service(), CoroutineScope, WifiP2pManager.ChannelListene
|
|||||||
}
|
}
|
||||||
}.show()
|
}.show()
|
||||||
showNotification()
|
showNotification()
|
||||||
if (group != null) removeGroup() else cleanLocked()
|
if (group != null) removeGroup() else launch { cleanLocked() }
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun showNotification(group: WifiP2pGroup? = null) = ServiceNotification.startForeground(this,
|
private fun showNotification(group: WifiP2pGroup? = null) = ServiceNotification.startForeground(this,
|
||||||
|
|||||||
Reference in New Issue
Block a user