Skip to content

Instantly share code, notes, and snippets.

@markchristopherng
Created September 10, 2018 23:00
Show Gist options
  • Save markchristopherng/a3ccff0b9ed392fdd8071c745f2c70a8 to your computer and use it in GitHub Desktop.
Save markchristopherng/a3ccff0b9ed392fdd8071c745f2c70a8 to your computer and use it in GitHub Desktop.
class StateLiveData<T> : MutableLiveData<T>() {
val state = EventLiveData<State>()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment