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

Commit d9783022 authored by Chaohui Wang's avatar Chaohui Wang Committed by Android (Google) Code Review
Browse files

Merge "Make ContentChangeFlow public" into main

parents 198f7f51 ad5786bc
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 {