Allow entering response code manually

This commit is contained in:
M66B
2020-08-25 10:04:25 +02:00
parent b770e11365
commit 0781b132b3
7 changed files with 112 additions and 4 deletions

View File

@@ -4051,7 +4051,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
else
ToastEx.makeText(context, R.string.title_pro_invalid, Toast.LENGTH_LONG).show();
} catch (NoSuchAlgorithmException ex) {
Log.unexpectedError(parentFragment.getParentFragmentManager(), ex);
Log.e(ex);
ToastEx.makeText(context, Log.formatThrowable(ex), Toast.LENGTH_LONG).show();
}
} else {
if ("full".equals(uri.getScheme())) {