Small improvement

This commit is contained in:
M66B
2020-11-11 17:35:32 +01:00
parent 2cbbece8a4
commit 067d93ff1b
15 changed files with 39 additions and 39 deletions

View File

@@ -65,7 +65,7 @@ public class FragmentLegend extends FragmentBase {
view.findViewById(R.id.ibInfoBackoff).setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Helper.viewFAQ(getContext(), 123);
Helper.viewFAQ(v.getContext(), 123);
}
});
}