Remove unnecessary changes

This commit is contained in:
Chumva 2018-10-25 17:37:01 +03:00
parent a667ac7f94
commit 7599cb68b6

View file

@ -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)