Skip to content

Commit

Permalink
Makes extension internal.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmuvi-stripe committed Dec 1, 2022
1 parent d75750b commit d2d573c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ internal inline fun <T, reified VM : MavericksViewModel<S>, reified S : Maverick
/**
* Replicates [com.airbnb.mvrx.argsOrNull] for [ComponentActivity].
*/
fun <V> argsOrNull() = object : ReadOnlyProperty<ComponentActivity, V?> {
internal fun <V> argsOrNull() = object : ReadOnlyProperty<ComponentActivity, V?> {
var value: V? = null
var read: Boolean = false

Expand Down

0 comments on commit d2d573c

Please sign in to comment.