mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 11:01:23 +01:00
Made colored flags pro feature
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user