Added separate FAQ for classification

This commit is contained in:
M66B
2021-01-04 09:57:47 +01:00
parent 5824876fe1
commit e884df54d3
2 changed files with 28 additions and 19 deletions

View File

@@ -278,7 +278,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
ibClassification.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Helper.viewFAQ(v.getContext(), 125);
Helper.viewFAQ(v.getContext(), 163);
}
});