Terminate test program

This commit is contained in:
M66B 2020-01-16 11:37:27 +01:00
parent dadfa44ed2
commit e8a7920dca
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ Please see [here](https://email.faircode.eu/#screenshots) for screenshots.
* [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/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).

View File

@ -361,7 +361,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
}
}).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() {
@Override
public void run() {