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

@@ -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() {