mirror of
https://github.com/M66B/FairEmail.git
synced 2026-02-03 13:35:54 +01:00
Small improvement
This commit is contained in:
@@ -159,8 +159,8 @@ public class FragmentOptionsSynchronize extends FragmentBase implements SharedPr
|
||||
|
||||
ibOptimizeInfo.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
Helper.viewFAQ(getContext(), 39);
|
||||
public void onClick(View v) {
|
||||
Helper.viewFAQ(v.getContext(), 39);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user