mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-27 08:01:50 +01:00
Added FAQ
This commit is contained in:
@@ -290,8 +290,7 @@ public class FragmentAccount extends FragmentBase {
|
||||
tvActiveSyncSupport.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
Uri uri = Uri.parse(Helper.FAQ_URI + "#user-content-frequently-requested-features");
|
||||
Helper.view(getContext(), uri, false);
|
||||
Helper.viewFAQ(getContext(), 133);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user