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
commit 78e5f0f011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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