Update LiveNowTabFragment.kt

This commit is contained in:
vshcherb 2019-01-17 12:58:08 +01:00 committed by GitHub
parent ce96113220
commit e13b0e0ca4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -461,7 +461,7 @@ class LiveNowTabFragment : Fragment(), TelegramListener, TelegramIncomingMessage
this@LiveNowTabFragment,
app.getExternalFilesDir(null),
item.userId,
60 * 60 * 6 * 1000
60 * 60 * 24 * 1000
)
true
}