mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Small improvement
This commit is contained in:
@@ -383,7 +383,7 @@ public class FragmentAnswer extends FragmentBase {
|
||||
sb.setAction(R.string.title_info, new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
Helper.viewFAQ(getContext(), 49);
|
||||
Helper.viewFAQ(v.getContext(), 49);
|
||||
}
|
||||
});
|
||||
sb.show();
|
||||
|
||||
Reference in New Issue
Block a user