Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac683ce0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[kairos] Only recreate conn repo if subId goes away" into main

parents 98b21a0b dd3d5b11
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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()