Made colored flags pro feature

This commit is contained in:
M66B
2019-05-15 18:24:07 +02:00
parent 3938cac8ec
commit 6dbf097e47
2 changed files with 2 additions and 2 deletions

View File

@@ -1644,7 +1644,7 @@ public class FragmentMessages extends FragmentBase {
}
private void onActionFlagColorSelection() {
if (!Helper.isPro(getContext()) && !BuildConfig.BETA_RELEASE) {
if (!Helper.isPro(getContext())) {
FragmentTransaction fragmentTransaction = getFragmentManager().beginTransaction();
fragmentTransaction.replace(R.id.content_frame, new FragmentPro()).addToBackStack("pro");
fragmentTransaction.commit();