SetViewContent

fun SetViewContent(savedInstanceState: Bundle? = null, extras: Bundle? = null)

Renders the second screen, extracting the cargo ID from savedInstanceState or extras and triggering cargo pickup via SecondViewModel.

Parameters

savedInstanceState

the saved instance state bundle, used on configuration change.

extras

the intent extras bundle, used on first launch.