Dustin Jensen
01/29/2019, 8:25 PMNewCategoryView.kt you can see that I save a new category... I think you may be right that I should use rollback instead. I don't want the NewCategoryView to hold onto the values, as they are transient, to be saved into an observable and shown in the CategoriesView.kt which exists below the NewCategoryView.kt. Perhaps I'm just using the ViewModel wrong.