No beige composer

This commit is contained in:
M66B 2020-10-01 11:25:39 +02:00
parent b6d401a373
commit 7b2f2b1147
1 changed files with 5 additions and 1 deletions

View File

@ -806,6 +806,11 @@ public class FragmentCompose extends FragmentBase {
// Initialize
setHasOptionsMenu(true);
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
//boolean beige = prefs.getBoolean("beige", true);
//if (beige && !Helper.isDarkTheme(getContext()))
// view.setBackgroundColor(ContextCompat.getColor(getContext(), R.color.lightColorBackground_cards_beige));
etExtra.setHint("");
tvDomain.setText(null);
tvPlainTextOnly.setVisibility(View.GONE);
@ -832,7 +837,6 @@ public class FragmentCompose extends FragmentBase {
final DB db = DB.getInstance(getContext());
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
final boolean suggest_sent = prefs.getBoolean("suggest_sent", true);
final boolean suggest_received = prefs.getBoolean("suggest_received", false);
final boolean suggest_frequently = prefs.getBoolean("suggest_frequently", false);