This is what I meant

This commit is contained in:
M66B 2019-05-09 14:03:51 +02:00
parent a22945801d
commit d34f01c05d
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
}
}));
if (BuildConfig.DEBUG && Helper.getIntentIssue(this).resolveActivity(pm) != null)
if (BuildConfig.BETA_RELEASE && Helper.getIntentIssue(this).resolveActivity(pm) != null)
extra.add(new NavMenuItem(R.drawable.baseline_warning_24, R.string.menu_issue, new Runnable() {
@Override
public void run() {