DisbursementDepositScreenFragment

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

Fragment that hosts the Disbursement Deposit screen, rendering DisbursementScreen via Jetpack Compose.

Constructors

Link copied to clipboard
constructor()

Functions

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

Inflates the Disbursement Deposit screen Compose hierarchy, wiring up DisbursementScreen with its ViewModel, NavController, and snackbar state.

Link copied to clipboard
open override fun onResume()

Reserved for future per-resume lifecycle operations.