mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Added support reference
This commit is contained in:
@@ -205,7 +205,7 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
|
||||
ibHelp.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
Helper.view(v.getContext(), Helper.getSupportUri(v.getContext()), false);
|
||||
Helper.view(v.getContext(), Helper.getSupportUri(v.getContext(), "Options:notifications"), false);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user