Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Created April 8, 2019 13:10
Show Gist options
  • Save PatilShreyas/23fb1fc931a94b51d7d080f2d32fda22 to your computer and use it in GitHub Desktop.
Save PatilShreyas/23fb1fc931a94b51d7d080f2d32fda22 to your computer and use it in GitHub Desktop.
@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