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

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

Merge "Fix typo in UserAwareSystemSettingsRepository" into main

parents 5029b011 307a7f5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ import kotlin.coroutines.CoroutineContext
import kotlinx.coroutines.CoroutineDispatcher

/**
 * Repository for observing values of [Settings.Secure] for the currently active user. That means
 * Repository for observing values of [Settings.System] for the currently active user. That means
 * when user is switched and the new user has different value, flow will emit new value.
 */
// TODO: b/377244768 - Make internal once call sites inject SystemSettingsRepository instead.