Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamKwokX committed Sep 13, 2023
1 parent 94c8fa4 commit 7ebd245
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import android.os.Parcelable
import java.util.*
import kotlin.reflect.KClass

// TODO(rename with `convertIfIsParcelableArray` in the next version)
@Suppress("UNCHECKED_CAST")
@PublishedApi
internal fun <T> T.convertParcelableArrayIfNeeded(parcelableComponent: KClass<out Parcelable>?): T =
Expand Down

0 comments on commit 7ebd245

Please sign in to comment.