Merge pull request #202 from FineFindus/feat/filter-warning-click

feat: reveal filter warning on click
This commit is contained in:
LucasGGamerM
2023-05-27 09:41:02 -03:00
committed by GitHub

View File

@@ -48,8 +48,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