Skip to content

Commit 7f6cbdf

Browse files
Removed toast
1 parent 00c7c3f commit 7f6cbdf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kommunicateui/src/main/java/io/kommunicate/ui/conversation/fragment/MobiComConversationFragment.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3602,7 +3602,6 @@ public void onSuccess(BusinessSettingsResponse businessSettingsResponse) {
36023602
@Override
36033603
public void onFailure(@NonNull Exception error) {
36043604
businessConversationLL.setVisibility(GONE);
3605-
Toast.makeText(requireContext(), error.getMessage(), Toast.LENGTH_SHORT).show();
36063605
}
36073606
});
36083607
}

0 commit comments

Comments
 (0)