https://kotlinlang.org logo
e

edvin

11/30/2017, 8:51 PM
@amanda.hinchman-dominguez You're not fully utilizing ViewModel and observable state, and instead relying on the state that is available as the UI is constructed. That's why you're running into trouble. I think the quick way out now is to just convert to a Fragment like I showed you. I tested it, and it seems to work as it should now.
👍 1