1
0
Fork 0

No issue: Decrease the frequency for checking for new supported add-ons

master
Arturo Mejia 2020-06-12 15:23:26 -04:00
parent b5e46e611d
commit a36ec7279e
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class Components(private val context: Context) {
@Suppress("MagicNumber")
val supportedAddonsChecker by lazy {
DefaultSupportedAddonsChecker(context, SupportedAddonsChecker.Frequency(16, TimeUnit.MINUTES),
DefaultSupportedAddonsChecker(context, SupportedAddonsChecker.Frequency(12, TimeUnit.HOURS),
onNotificationClickIntent = Intent(context, HomeActivity::class.java).apply {
action = Intent.ACTION_VIEW
flags = Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_ACTIVITY_CLEAR_TASK