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

Commit 941e4e94 authored by Hawkwood Glazier's avatar Hawkwood Glazier Committed by Android (Google) Code Review
Browse files

Merge "Eagerly update ClockSize & isLargeClockVisible flows" into main

parents c323f4a6 6efc29f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ constructor(
            }
            .stateIn(
                scope = applicationScope,
                started = SharingStarted.WhileSubscribed(),
                started = SharingStarted.Eagerly,
                initialValue = ClockSize.LARGE,
            )

@@ -74,7 +74,7 @@ constructor(
            .map { it == ClockSize.LARGE }
            .stateIn(
                scope = applicationScope,
                started = SharingStarted.WhileSubscribed(),
                started = SharingStarted.Eagerly,
                initialValue = true,
            )