Small fix

This commit is contained in:
M66B 2020-01-04 19:48:00 +01:00
parent f00e5e3212
commit b8fdf6fbd3
1 changed files with 1 additions and 1 deletions

View File

@ -635,7 +635,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
}
private void unwire() {
final View touch = (viewType == ViewType.THREAD ? ibExpander : vwColor);
final View touch = (viewType == ViewType.THREAD ? ibExpander : header);
touch.setOnClickListener(null);
view.setOnKeyListener(null);