Added no update text

This commit is contained in:
M66B
2022-11-07 10:56:55 +01:00
parent 63ed9db845
commit 85ebb43d9d
2 changed files with 2 additions and 1 deletions

View File

@@ -1665,7 +1665,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
boolean always = args.getBoolean("always");
if (info == null) {
if (always)
ToastEx.makeText(ActivityView.this, BuildConfig.VERSION_NAME, Toast.LENGTH_LONG).show();
ToastEx.makeText(ActivityView.this, R.string.title_no_update, Toast.LENGTH_LONG).show();
return;
}