mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Small improvement
This commit is contained in:
@@ -6290,8 +6290,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
|
||||
ibInfo.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
Helper.viewFAQ(getContext(), 92);
|
||||
public void onClick(View v) {
|
||||
Helper.viewFAQ(v.getContext(), 92);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user