SetupScreenFragment

class SetupScreenFragment : <ERROR CLASS> ERROR CLASS: Symbol not found for Fragment

Fragment that hosts the Setup & Config screen, rendering SetupScreen via Jetpack Compose.

The credential status is refreshed whenever MainViewModel.isBootstrapComplete transitions, so a "Re-run Setup" tap reflects the freshly provisioned credentials once bootstrap finishes.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View