DeepL: texts

This commit is contained in:
M66B
2021-05-17 22:12:22 +02:00
parent 4739c2275f
commit e2c6a3673b
3 changed files with 8 additions and 4 deletions

View File

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