mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-06 21:05:38 +01:00
Small improvement
This commit is contained in:
@@ -252,8 +252,8 @@ public class FragmentOptionsPrivacy extends FragmentBase implements SharedPrefer
|
||||
|
||||
ibDisconnectBlacklist.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
Helper.viewFAQ(getContext(), 159);
|
||||
public void onClick(View v) {
|
||||
Helper.viewFAQ(v.getContext(), 159);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user