mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-25 15:10:47 +01:00
Google dicates a link
This commit is contained in:
@@ -271,7 +271,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
||||
drawerLayout.closeDrawer(drawerContainer);
|
||||
onMenuPrivacy();
|
||||
}
|
||||
}));
|
||||
}).setExternal(true));
|
||||
|
||||
menus.add(new NavMenuItem(R.drawable.twotone_info_24, R.string.menu_about, new Runnable() {
|
||||
@Override
|
||||
@@ -520,11 +520,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
||||
}
|
||||
|
||||
private void onMenuPrivacy() {
|
||||
Bundle args = new Bundle();
|
||||
args.putString("name", "PRIVACY.md");
|
||||
FragmentDialogMarkdown fragment = new FragmentDialogMarkdown();
|
||||
fragment.setArguments(args);
|
||||
fragment.show(getSupportFragmentManager(), "privacy");
|
||||
Helper.view(this, Uri.parse(Helper.PRIVACY_URI), false);
|
||||
}
|
||||
|
||||
private void onMenuAbout() {
|
||||
|
||||
Reference in New Issue
Block a user