Loading packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/MobileConnectionsRepositoryKairosImpl.kt +1 −0 Original line number Diff line number Diff line Loading @@ -252,6 +252,7 @@ constructor( override val mobileConnectionsBySubId: Incremental<Int, MobileConnectionRepositoryKairos> = buildIncremental { subscriptionsById .map { it.mapValues {} } // only base diffs off of keys .asIncremental() .mapValues { (subId, sub) -> mobileRepoFactory.get().create(subId) } .applyLatestSpecForKey() Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/MobileConnectionsRepositoryKairosImpl.kt +1 −0 Original line number Diff line number Diff line Loading @@ -252,6 +252,7 @@ constructor( override val mobileConnectionsBySubId: Incremental<Int, MobileConnectionRepositoryKairos> = buildIncremental { subscriptionsById .map { it.mapValues {} } // only base diffs off of keys .asIncremental() .mapValues { (subId, sub) -> mobileRepoFactory.get().create(subId) } .applyLatestSpecForKey() Loading