Relative Content

Tag Archive for androidkotlinandroid-jetpack-composeandroid-jetpack-compose-material3

BottomSheetScaffold not showing

I tried the various methods I found as I am still learning and wish to update my previous question. I want a BottomSheetScaffold to display a file MailView.kt when a button is clicked.

View Model Variables Becomes Null When called in the View

When I try to call the variable qrImage from my view it gets a null value while from the view model the variable is not null since it has gotten a new value. I confirmed this by logging the qrImage Variable from both the View and View Model.