File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
gto-support-util/src/main/kotlin/org/ccci/gto/android/common/util/os Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,8 @@ package org.ccci.gto.android.common.util.os
55
66import android.os.Bundle
77import android.os.Parcelable
8- import org.ccci.gto.android.common.compat.os.getParcelableArrayCompat
98
109// region Parcelables
11- @Deprecated(
12- " Since v3.13.0, use Bundle.getParcelableArrayCompat(key, clazz) instead." ,
13- ReplaceWith (
14- " getParcelableArrayCompat(key, clazz)" ,
15- " org.ccci.gto.android.common.compat.os.getParcelableArrayCompat"
16- )
17- )
18- fun <T : Parcelable > Bundle.getParcelableArray (key : String? , clazz : Class <T >) = getParcelableArrayCompat(key, clazz)
19-
2010inline fun <reified T : Parcelable > Bundle.getTypedParcelableArray (key : String? ) =
2111 getParcelableArrayCompat(key, T ::class .java)
2212// endregion Parcelables
You can’t perform that action at this time.
0 commit comments