Bug 1886769 - Add search widget installed custom attribute. r=android-reviewers,mcarare,amejiamarmol

Differential Revision: https://phabricator.services.mozilla.com/D205337
fenix/125.0
t-p-white 2 months ago committed by Ryan VanderMeulen
parent d3d6c05983
commit a960879c37

@ -79,6 +79,8 @@ object CustomAttributeProvider : JexlAttributeProvider {
"are_notifications_enabled" to NotificationManagerCompat.from(context)
.areNotificationsEnabledSafe(),
"search_widget_is_installed" to settings.searchWidgetInstalled,
),
)
}

Loading…
Cancel
Save