Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: extract detail arguments from saved state handle
- Extract `id` and `image` from `savedStateHandle` using `toRoute()` instead of lazy initialization - Removed unused `Detail` object creation and its corresponding code - Replaced the `lazy { ... }` block with a single line of code to initialize the `args` variable directly
- Loading branch information