Created
April 25, 2017 11:21
-
-
Save jessejohnson/5f6125585c9b08d2921353781899337e to your computer and use it in GitHub Desktop.
This file contains 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
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