Merge pull request #202 from FineFindus/feat/filter-warning-click
feat: reveal filter warning on click
This commit is contained in:
@@ -48,8 +48,8 @@ public class WarningFilteredStatusDisplayItem extends StatusDisplayItem{
|
|||||||
warningWrap=findViewById(R.id.warning_wrap);
|
warningWrap=findViewById(R.id.warning_wrap);
|
||||||
showBtn=findViewById(R.id.reveal_btn);
|
showBtn=findViewById(R.id.reveal_btn);
|
||||||
showBtn.setOnClickListener(i -> item.parentFragment.onWarningClick(this));
|
showBtn.setOnClickListener(i -> item.parentFragment.onWarningClick(this));
|
||||||
|
itemView.setOnClickListener(v->item.parentFragment.onWarningClick(this));
|
||||||
text=findViewById(R.id.text);
|
text=findViewById(R.id.text);
|
||||||
// itemView.setOnClickListener(v->item.parentFragment.onRevealFilteredClick(this));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user