Skip to content

Instantly share code, notes, and snippets.

@stfalconaleks
Created October 6, 2017 07:54
Show Gist options
  • Save stfalconaleks/f7695b633694f2a34e37fa3a6f49db74 to your computer and use it in GitHub Desktop.
Save stfalconaleks/f7695b633694f2a34e37fa3a6f49db74 to your computer and use it in GitHub Desktop.
public void onResume() {
isLoading.set(this.user.get() == null);
userRepo.getUser(this::onUserLoaded);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment