mirror of
https://github.com/nuclearfog/Shitter.git
synced 2025-01-30 10:55:06 +01:00
fixed color setting bug
This commit is contained in:
parent
56a612612b
commit
fdb781e599
@ -328,7 +328,7 @@ public class AppSettings extends AppCompatActivity implements OnClickListener, O
|
|||||||
if (d == color_dialog_selector) {
|
if (d == color_dialog_selector) {
|
||||||
switch (mode) {
|
switch (mode) {
|
||||||
case BACKGROUND:
|
case BACKGROUND:
|
||||||
root.setBackgroundColor(color);
|
settings.setBackgroundColor(color);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case FONTCOLOR:
|
case FONTCOLOR:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user