mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 15:46:34 +02:00
Small improvement
This commit is contained in:
@@ -416,8 +416,8 @@ public class FragmentAccount extends FragmentBase {
|
||||
tvLeave.getPaint().setUnderlineText(true);
|
||||
tvLeave.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
Helper.viewFAQ(getContext(), 134);
|
||||
public void onClick(View v) {
|
||||
Helper.viewFAQ(v.getContext(), 134);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user