Skip to content

Instantly share code, notes, and snippets.

@hadilq
Last active December 13, 2019 16:50
Show Gist options
  • Save hadilq/e8b118b0fee412d6138df883e97e55a6 to your computer and use it in GitHub Desktop.
Save hadilq/e8b118b0fee412d6138df883e97e55a6 to your computer and use it in GitHub Desktop.
class AlbumFragment : BaseFragment() {
override fun onCreate(savedInstanceState: Bundle?) {
...
viewState().observe { state ->
.....
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment