Added FAQ

This commit is contained in:
M66B
2022-07-28 19:37:57 +02:00
parent 7c28e7830d
commit 955795a2af
2 changed files with 25 additions and 3 deletions

View File

@@ -196,7 +196,7 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
ibInfo.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Helper.viewFAQ(v.getContext(), 35);
Helper.viewFAQ(v.getContext(), 182);
}
});