Added message

This commit is contained in:
M66B
2020-02-12 11:45:05 +01:00
parent d67ffc9b89
commit 2460e6c08d
2 changed files with 6 additions and 0 deletions

View File

@@ -3715,6 +3715,11 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
return null;
}
@Override
protected void onExecuted(Bundle args, Void data) {
ToastEx.makeText(context, R.string.title_fetching_again, Toast.LENGTH_LONG).show();
}
@Override
protected void onException(Bundle args, Throwable ex) {
Log.unexpectedError(parentFragment.getParentFragmentManager(), ex);