mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
fix: Autofill refactoring
This commit is contained in:
@@ -39,7 +39,7 @@ inline fun <reified T : Serializable> Intent.getSerializableExtraCompat(key: Str
|
||||
else -> @Suppress("DEPRECATION") getSerializableExtra(key) as? T
|
||||
}
|
||||
|
||||
inline fun <reified E : Parcelable> Intent.putParcelableList(key: String?, list: MutableList<E>) {
|
||||
inline fun <reified E : Parcelable> Intent.putParcelableList(key: String?, list: List<E>) {
|
||||
putExtra(key, list.toTypedArray())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user