mirror of https://github.com/M66B/FairEmail.git
Fixed warning
This commit is contained in:
parent
8c55c6dc8d
commit
3cba52c437
|
@ -1397,6 +1397,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||||
.show();
|
.show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressLint("ClickableViewAccessibility")
|
||||||
private void onShowHtmlConfirmed(final TupleMessageEx message) {
|
private void onShowHtmlConfirmed(final TupleMessageEx message) {
|
||||||
properties.setValue("html", message.id, true);
|
properties.setValue("html", message.id, true);
|
||||||
btnHtml.setVisibility(View.GONE);
|
btnHtml.setVisibility(View.GONE);
|
||||||
|
|
Loading…
Reference in New Issue