mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Small improvement
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user