Refactoring

This commit is contained in:
M66B
2023-12-26 12:04:41 +01:00
parent 7a155346de
commit 23f6ca77ba
5 changed files with 6 additions and 6 deletions

View File

@@ -224,7 +224,7 @@ public class FragmentDialogJunk extends FragmentDialogBase {
ibInfoBlocklist.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Helper.viewFAQ(v.getContext(), 168, true);
Helper.viewFAQ(v.getContext(), 168);
}
});