[fenix] For https://github.com/mozilla-mobile/fenix/issues/15279: replace lazy with...
commit480c6cde13897a1eaac71c5c2600e92d437a086d
authorMichael Comella <michael.l.comella@gmail.com>
Fri, 30 Oct 2020 18:29:09 +0000 (30 11:29 -0700)
committerMichael Comella <mcomella@fastmail.com>
Thu, 5 Nov 2020 15:48:17 +0000 (5 07:48 -0800)
tree79eea2b8ceabb8f7f3e50c170f330ede531ac26a
parentee177344944cdc9901576726316eecada3a00c9d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/15279: replace lazy with lazyMonitored in component groups.

By component groups, I mean I applied this to any class with the
class kdoc, "Component group for...".

There are a few instances of lazy we had to keep using the old API to
avoid having to update constructor arguments.
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/Analytics.kt
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/BackgroundServices.kt
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/Components.kt
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/Core.kt
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/IntentProcessors.kt
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/PerformanceComponent.kt
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/Push.kt
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/Search.kt
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/Services.kt
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/UseCases.kt