Fixed dark pro

This commit is contained in:
M66B 2018-09-17 06:19:12 +00:00
parent a7b8fb69ca
commit 2bed63983a
1 changed files with 1 additions and 0 deletions

View File

@ -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();