mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Fixed dark pro
This commit is contained in:
parent
a7b8fb69ca
commit
2bed63983a
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ public class FragmentSetup extends FragmentEx {
|
||||||
prefs.edit().putString("theme", checked ? "dark" : "light").apply();
|
prefs.edit().putString("theme", checked ? "dark" : "light").apply();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
tbDarkTheme.setChecked(false);
|
||||||
FragmentTransaction fragmentTransaction = getFragmentManager().beginTransaction();
|
FragmentTransaction fragmentTransaction = getFragmentManager().beginTransaction();
|
||||||
fragmentTransaction.replace(R.id.content_frame, new FragmentPro()).addToBackStack("pro");
|
fragmentTransaction.replace(R.id.content_frame, new FragmentPro()).addToBackStack("pro");
|
||||||
fragmentTransaction.commit();
|
fragmentTransaction.commit();
|
||||||
|
|
Loading…
Reference in a new issue