formatting
This commit is contained in:
parent
88b89085e6
commit
fbb8daed40
1 changed files with 3 additions and 3 deletions
|
@ -245,9 +245,9 @@ class TelegramService : Service(), LocationListener, TelegramIncomingMessagesLis
|
||||||
oldestTime = -1
|
oldestTime = -1
|
||||||
}
|
}
|
||||||
app().showLocationHelper.addOrUpdateStatusWidget(oldestTime, isSending)
|
app().showLocationHelper.addOrUpdateStatusWidget(oldestTime, isSending)
|
||||||
} else {
|
} else {
|
||||||
app().showLocationHelper.addOrUpdateStatusWidget(-1, false)
|
app().showLocationHelper.addOrUpdateStatusWidget(-1, false)
|
||||||
}
|
}
|
||||||
startWidgetUpdates()
|
startWidgetUpdates()
|
||||||
}, UPDATE_WIDGET_INTERVAL_MS)
|
}, UPDATE_WIDGET_INTERVAL_MS)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue