I would suggest you have a signal in the viewModel...
# android
e
I would suggest you have a signal in the viewModel, then listen it in fragment to showToast. The signal can be just simply emitting
Unit
, or it can emit any required information you need.