Created
April 8, 2019 13:10
-
-
Save PatilShreyas/23fb1fc931a94b51d7d080f2d32fda22 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
@Override | |
protected void onError(@NonNull DatabaseError databaseError) { | |
mSwipeRefreshLayout.setRefreshing(false); | |
databaseError.toException().printStackTrace(); | |
// Handle Error | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment