Drop location in tracker service (temp) 2'
This commit is contained in:
parent
abf390975a
commit
6945aaa77b
1 changed files with 3 additions and 0 deletions
|
@ -505,6 +505,8 @@ class TelegramSettings(private val app: TelegramApplication) {
|
||||||
val currentTimeMillis = System.currentTimeMillis()
|
val currentTimeMillis = System.currentTimeMillis()
|
||||||
val currentTime = currentTimeMillis / 1000
|
val currentTime = currentTimeMillis / 1000
|
||||||
statusChangeTime = currentTimeMillis
|
statusChangeTime = currentTimeMillis
|
||||||
|
val gpsEnabled = false
|
||||||
|
/*
|
||||||
val lm = app.getSystemService(Context.LOCATION_SERVICE) as LocationManager
|
val lm = app.getSystemService(Context.LOCATION_SERVICE) as LocationManager
|
||||||
val gpsEnabled = try {
|
val gpsEnabled = try {
|
||||||
if (lm.isProviderEnabled(LocationManager.GPS_PROVIDER)) {
|
if (lm.isProviderEnabled(LocationManager.GPS_PROVIDER)) {
|
||||||
|
@ -518,6 +520,7 @@ class TelegramSettings(private val app: TelegramApplication) {
|
||||||
} catch (ex: Exception) {
|
} catch (ex: Exception) {
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
var initializing = false
|
var initializing = false
|
||||||
var sendChatsErrors = false
|
var sendChatsErrors = false
|
||||||
|
|
Loading…
Reference in a new issue