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

Commit ad5786bc authored by Chaohui Wang's avatar Chaohui Wang
Browse files

Make ContentChangeFlow public

Bug: 257316932
Test: presubmit
Change-Id: Id992914e99cf6673800268b01946dd564d3bd9d8
parent aa7106e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ import kotlinx.coroutines.flow.conflate
import kotlinx.coroutines.flow.flowOn

/** Content change flow for the given [uri]. */
internal fun Context.contentChangeFlow(
fun Context.contentChangeFlow(
    uri: Uri,
    sendInitial: Boolean = true,
): Flow<Unit> = callbackFlow {