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

@@ -418,7 +418,7 @@ public class DeepL {
ibInfo.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Helper.viewFAQ(v.getContext(), 167, true);
Helper.viewFAQ(v.getContext(), 167);
}
});