Terminate test program

pull/172/head
M66B 5 years ago
parent dadfa44ed2
commit e8a7920dca

@ -107,7 +107,7 @@ Please see [here](https://email.faircode.eu/#screenshots) for screenshots.
* [GitHub](https://github.com/M66B/FairEmail/releases) * [GitHub](https://github.com/M66B/FairEmail/releases)
* [Play store](https://play.google.com/store/apps/details?id=eu.faircode.email) * [Play store](https://play.google.com/store/apps/details?id=eu.faircode.email)
* [Play store](https://play.google.com/apps/testing/eu.faircode.email) (test) * ~~[Play store](https://play.google.com/apps/testing/eu.faircode.email) (test)~~
To download a GitHub release you might need to expand the assets section to download the [APK file](https://en.wikipedia.org/wiki/Android_application_package). To download a GitHub release you might need to expand the assets section to download the [APK file](https://en.wikipedia.org/wiki/Android_application_package).

@ -361,7 +361,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
} }
}).setExternal(true)); }).setExternal(true));
if (Helper.isPlayStoreInstall()) if (Helper.isPlayStoreInstall() && false)
extra.add(new NavMenuItem(R.drawable.baseline_bug_report_24, R.string.menu_test, new Runnable() { extra.add(new NavMenuItem(R.drawable.baseline_bug_report_24, R.string.menu_test, new Runnable() {
@Override @Override
public void run() { public void run() {

Loading…
Cancel
Save