Skip to content

Commit

Permalink
Fixed crash
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek-kommunicate committed Jan 30, 2025
1 parent 7bb935e commit d91403f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ public void onSuccess(List<Message> messageList) {
@Override
public void onFailure(@NonNull Exception error) {
if (callback != null) {
callback.onFailure(error.getLocalizedMessage());
callback.onFailure(error);
}
}
});
Expand Down

0 comments on commit d91403f

Please sign in to comment.