Nav icon extra

This commit is contained in:
M66B
2021-07-28 13:52:20 +02:00
parent b0059f35e4
commit bb9c5eb5f4
7 changed files with 29 additions and 24 deletions

View File

@@ -612,7 +612,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
drawerLayout.closeDrawer(drawerContainer);
startActivity(new Intent(ActivityView.this, ActivityBilling.class));
}
}));
}).setExtraIcon(ActivityBilling.isPro(this) ? R.drawable.twotone_check_24 : 0));
if ((Helper.isPlayStoreInstall() || BuildConfig.DEBUG))
extra.add(new NavMenuItem(R.drawable.twotone_star_24, R.string.menu_rate, new Runnable() {