You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
createTask() method of AddEditTaskViewModel.java is calling showSnackbar() when the user is trying to create an empty task. This snackbar is ignored, because of the immediately following .doOnCompleted(mNavigator::onTaskSaved) that finishes the Activity and never lets the Snackbar to appear.
The text was updated successfully, but these errors were encountered:
"TODO-MVVM-RXJAVA"
createTask()
method ofAddEditTaskViewModel.java
is callingshowSnackbar()
when the user is trying to create an empty task. This snackbar is ignored, because of the immediately following.doOnCompleted(mNavigator::onTaskSaved)
that finishes theActivity
and never lets the Snackbar to appear.The text was updated successfully, but these errors were encountered: