Created
September 10, 2018 23:00
-
-
Save markchristopherng/a3ccff0b9ed392fdd8071c745f2c70a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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