Revert "Extra themes are a pro feature"

This reverts commit c0b797444c.
This commit is contained in:
M66B
2019-12-28 14:35:14 +01:00
parent c0b797444c
commit 53f6baed77
6 changed files with 0 additions and 29 deletions

View File

@@ -694,9 +694,6 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
swDark = dview.findViewById(R.id.swDark);
swSystem = dview.findViewById(R.id.swSystem);
Helper.linkPro(dview.findViewById(R.id.tvThemeYellowPurplePro));
Helper.linkPro(dview.findViewById(R.id.tvThemeRedGreenPro));
final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
String theme = prefs.getString("theme", "light");