Skip to content

Instantly share code, notes, and snippets.

@jessejohnson
Created April 25, 2017 11:21
Show Gist options
  • Save jessejohnson/5f6125585c9b08d2921353781899337e to your computer and use it in GitHub Desktop.
Save jessejohnson/5f6125585c9b08d2921353781899337e to your computer and use it in GitHub Desktop.
emptyView.postDelayed(new Runnable() {
@Override
public void run() {
emptyView.setEmptyStatus(getString(R.string.video_is_still_loading));
}
}, 10000); //wait for 10 seconds before begging :(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment