fixed color setting bug

This commit is contained in:
nuclearfog 2021-02-06 15:13:36 +01:00
parent 56a612612b
commit fdb781e599
No known key found for this signature in database
GPG Key ID: D5490E4A81F97B14

View File

@ -328,7 +328,7 @@ public class AppSettings extends AppCompatActivity implements OnClickListener, O
if (d == color_dialog_selector) {
switch (mode) {
case BACKGROUND:
root.setBackgroundColor(color);
settings.setBackgroundColor(color);
break;
case FONTCOLOR: