forked from androidx/androidx
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix storing of Array in SavedStateHandle/Bundle (#1708)
Fixes [CMP-5907 IllegalArgumentException: Can't put value with type class java.util.ArrayList (Kotlin reflection is not available) into saved state](https://youtrack.jetbrains.com/issue/CMP-5907) ## Testing ``` previousEntry.savedStateHandle[key] = arrayOf("1", "2", "3") ```
- Loading branch information
1 parent
d49b3b5
commit 2cbd13c
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters