mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 23:56:07 +02:00
Small improvement
This commit is contained in:
@@ -173,8 +173,8 @@ public class FragmentFolder extends FragmentBase {
|
||||
|
||||
btnInfo.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