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
|
||||
}
|
||||
app().showLocationHelper.addOrUpdateStatusWidget(oldestTime, isSending)
|
||||
} else {
|
||||
app().showLocationHelper.addOrUpdateStatusWidget(-1, false)
|
||||
}
|
||||
} else {
|
||||
app().showLocationHelper.addOrUpdateStatusWidget(-1, false)
|
||||
}
|
||||
startWidgetUpdates()
|
||||
}, UPDATE_WIDGET_INTERVAL_MS)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue