change stale time to 15 minutes
This commit is contained in:
parent
8d666dc27e
commit
152254ae26
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ import org.drinkless.td.libcore.telegram.TdApi
|
|||
|
||||
private const val CHAT_VIEW_TYPE = 0
|
||||
private const val LOCATION_ITEM_VIEW_TYPE = 1
|
||||
private const val LOCATION_TIMEOUT_TO_BE_STALE = 60 // 15 minutes
|
||||
private const val LOCATION_TIMEOUT_TO_BE_STALE = 60 * 15 // 15 minutes
|
||||
|
||||
class LiveNowTabFragment : Fragment(), TelegramListener, TelegramIncomingMessagesListener,
|
||||
FullInfoUpdatesListener, TelegramLocationListener, TelegramCompassListener {
|
||||
|
|
Loading…
Reference in a new issue