mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 11:15:51 +00:00
Fixed warning
This commit is contained in:
parent
8c55c6dc8d
commit
3cba52c437
1 changed files with 1 additions and 0 deletions
|
@ -1397,6 +1397,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
.show();
|
||||
}
|
||||
|
||||
@SuppressLint("ClickableViewAccessibility")
|
||||
private void onShowHtmlConfirmed(final TupleMessageEx message) {
|
||||
properties.setValue("html", message.id, true);
|
||||
btnHtml.setVisibility(View.GONE);
|
||||
|
|
Loading…
Reference in a new issue