mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Refactoring
This commit is contained in:
@@ -168,7 +168,7 @@ public class FragmentOperations extends FragmentBase {
|
||||
|
||||
private Intent getFAQIntent() {
|
||||
Intent intent = new Intent(Intent.ACTION_VIEW);
|
||||
intent.setData(Uri.parse("https://github.com/M66B/open-source-email/blob/master/FAQ.md#user-content-faq3"));
|
||||
intent.setData(Uri.parse(Helper.FAQ_URI + "#user-content-faq3"));
|
||||
return intent;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user