Skip to content

Instantly share code, notes, and snippets.

@parahall
Created May 10, 2018 06:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parahall/7d0e019979758e1b0385387938be42c8 to your computer and use it in GitHub Desktop.
Save parahall/7d0e019979758e1b0385387938be42c8 to your computer and use it in GitHub Desktop.
WorkManager.getInstance().getStatusById(locationWork.getId()).observe(this,
workStatus -> {
if(workStatus!=null && workStatus.getState().isFinished()){
...
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment