Bring back external changelog

This commit is contained in:
M66B
2021-09-22 20:28:22 +02:00
parent 4cd3f74513
commit 0760db212a
2 changed files with 4 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ public class FragmentAbout extends FragmentBase {
if (BuildConfig.PLAY_STORE_RELEASE)
Helper.view(v.getContext(), Helper.getIntentRate(v.getContext()));
else
onMenuChangelog();
Helper.view(v.getContext(), Uri.parse(BuildConfig.CHANGELOG), false);
}
});