Remove unnecessary changes
This commit is contained in:
parent
a667ac7f94
commit
7599cb68b6
1 changed files with 1 additions and 0 deletions
|
@ -291,6 +291,7 @@ class TelegramSettings(private val app: TelegramApplication) {
|
|||
}
|
||||
else -> {
|
||||
locationTime = getLastSuccessfulSendTime()
|
||||
statusType = SharingStatusType.SENDING
|
||||
if (locationTime == -1L) {
|
||||
title = app.getString(R.string.sending_location_messages)
|
||||
description = app.getString(R.string.waiting_for_response_from_telegram)
|
||||
|
|
Loading…
Reference in a new issue