You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
The application is crashing, due to double call of arguments during the initialisation in viewModel block.
The behave is too strange, when the fragment launching the breakpoint triggering directly on the arguments but the arguments are empty, even if I saw that on previous step they were there, next step of the breakpoint is already correct and I see there my arguments, after I downgrade the version of the library everything comes to normal state.
override val viewModel: CameraQrViewModel by viewModel {
//First time arguments empty, next time withArgs....?
arguments?.let {
parametersOf(CameraQrFragmentArgs.fromBundle(it))
} or parametersOf()
}
The text was updated successfully, but these errors were encountered:
Hello, I'm using those dependencies:
navigationVersion = 2.3.3
The application is crashing, due to double call of arguments during the initialisation in viewModel block.
The behave is too strange, when the fragment launching the breakpoint triggering directly on the arguments but the arguments are empty, even if I saw that on previous step they were there, next step of the breakpoint is already correct and I see there my arguments, after I downgrade the version of the library everything comes to normal state.
The text was updated successfully, but these errors were encountered: