Added do not show again option for changelog

This commit is contained in:
M66B
2024-05-29 10:08:30 +02:00
parent 4b9de6f263
commit cc1c62ba8c
4 changed files with 51 additions and 11 deletions

View File

@@ -1531,6 +1531,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
Bundle args = new Bundle();
args.putString("name", "CHANGELOG.md");
args.putString("option", "show_changelog");
FragmentDialogMarkdown fragment = new FragmentDialogMarkdown();
fragment.setArguments(args);
fragment.show(getSupportFragmentManager(), "changelog");