feat: reveal filter warning on click

This commit is contained in:
FineFindus 2023-05-27 11:12:43 +02:00
parent 889fbc688d
commit 201995849c
No known key found for this signature in database
GPG Key ID: 64873EE210FF8E6B
1 changed files with 1 additions and 1 deletions

View File

@ -44,8 +44,8 @@ public class WarningFilteredStatusDisplayItem extends StatusDisplayItem{
warningWrap=findViewById(R.id.warning_wrap);
showBtn=findViewById(R.id.reveal_btn);
showBtn.setOnClickListener(i -> item.parentFragment.onWarningClick(this));
itemView.setOnClickListener(v->item.parentFragment.onWarningClick(this));
text=findViewById(R.id.text);
// itemView.setOnClickListener(v->item.parentFragment.onRevealFilteredClick(this));
}
@Override