mirror of https://github.com/M66B/FairEmail.git
Fixed dark pro
This commit is contained in:
parent
a7b8fb69ca
commit
2bed63983a
|
@ -210,6 +210,7 @@ public class FragmentSetup extends FragmentEx {
|
|||
prefs.edit().putString("theme", checked ? "dark" : "light").apply();
|
||||
}
|
||||
} else {
|
||||
tbDarkTheme.setChecked(false);
|
||||
FragmentTransaction fragmentTransaction = getFragmentManager().beginTransaction();
|
||||
fragmentTransaction.replace(R.id.content_frame, new FragmentPro()).addToBackStack("pro");
|
||||
fragmentTransaction.commit();
|
||||
|
|
Loading…
Reference in New Issue