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

fennec/production
Arturo Mejia 4 years ago
parent b5e46e611d
commit a36ec7279e

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

Loading…
Cancel
Save