Fixed
Status Update
Comments
da...@google.com <da...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 3ef114f5b520c37096a7483b0155424234fff482
Author: Kuan-Ying Chou <kuanyingchou@google.com>
Date: Fri Mar 31 15:42:43 2023
Fix SavedStateHandle not working with hiltNavGraphViewModel()
Test: HiltNavGraphViewModelLazyTest. Also tested manually with a sample project as we haven't found a way to kill processes in instrumented tests
Bug: b/272099838
Change-Id: Id226e62abd185825983ae29619df4408404921c9
M hilt/hilt-navigation-fragment/src/androidTest/java/androidx/hilt/navigation/fragment/HiltNavGraphViewModelLazyTest.kt
M hilt/hilt-navigation-fragment/src/main/java/androidx/hilt/navigation/fragment/HiltNavGraphViewModelLazy.kt
https://android-review.googlesource.com/2516065
Branch: androidx-main
commit 3ef114f5b520c37096a7483b0155424234fff482
Author: Kuan-Ying Chou <kuanyingchou@google.com>
Date: Fri Mar 31 15:42:43 2023
Fix SavedStateHandle not working with hiltNavGraphViewModel()
Test: HiltNavGraphViewModelLazyTest. Also tested manually with a sample project as we haven't found a way to kill processes in instrumented tests
Bug:
Change-Id: Id226e62abd185825983ae29619df4408404921c9
M hilt/hilt-navigation-fragment/src/androidTest/java/androidx/hilt/navigation/fragment/HiltNavGraphViewModelLazyTest.kt
M hilt/hilt-navigation-fragment/src/main/java/androidx/hilt/navigation/fragment/HiltNavGraphViewModelLazy.kt
Description
Used library
Devices/Android versions reproduced on:
Android13 emulator
Details
Expected
If you came back to application (with #4), SavedStateHandle has UUID which has been created from #1.
Result
we couldn’t find any data in savedStateHandle through hiltNavGraphViewModel, but we could find the data in savedStateHandle through navGraphViewModel.