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

Commit 307a7f5b authored by Ryota Okuji's avatar Ryota Okuji
Browse files

Fix typo in UserAwareSystemSettingsRepository

Flag: EXEMPT comment only update
Bug: None
Test: None
Change-Id: Ie8fd1e5fbf77bc1cc21c2c4006bec674d52fa220
parent a5f8e9ba
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.