mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Small improvements
This commit is contained in:
@@ -155,7 +155,7 @@ public class FragmentOAuth extends FragmentBase {
|
||||
btnSupport.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
Helper.view(getContext(), Uri.parse(Helper.SUPPORT_URI), false);
|
||||
Helper.view(view.getContext(), Uri.parse(Helper.SUPPORT_URI), false);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user