Revert "Lazily start IpNeighbourMonitor in qs tiles"

This reverts commit 490f6c5115.
This commit is contained in:
Mygod
2020-06-21 00:05:32 -04:00
parent 490f6c5115
commit 75f85216fa
4 changed files with 2 additions and 21 deletions

View File

@@ -6,7 +6,6 @@ import android.os.Build
import android.os.IBinder
import android.service.quicksettings.Tile
import android.service.quicksettings.TileService
import androidx.annotation.CallSuper
import androidx.annotation.RequiresApi
@RequiresApi(24)
@@ -20,7 +19,6 @@ abstract class KillableTileService : TileService(), ServiceConnection {
if (Build.VERSION.SDK_INT >= 29) subtitle = value
}
@CallSuper
override fun onServiceConnected(name: ComponentName?, service: IBinder?) {
if (tapPending) {
tapPending = false