mirror of https://github.com/x13a/Wasted.git
ref
This commit is contained in:
parent
41f1153fb9
commit
c46c929ba6
|
@ -12,7 +12,7 @@ import kotlin.concurrent.timerTask
|
|||
class QSTileService : TileService() {
|
||||
private lateinit var prefs: Preferences
|
||||
private lateinit var admin: DeviceAdminManager
|
||||
private val counter = AtomicInteger(0)
|
||||
private val counter = AtomicInteger()
|
||||
private var timer: Timer? = null
|
||||
|
||||
override fun onCreate() {
|
||||
|
|
Loading…
Reference in New Issue