Update LiveNowTabFragment.kt

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

View file

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