forked from mirror/monocles_chat_clean
updateTheme after changed background
This commit is contained in:
parent
81fe2e6e71
commit
26aaef69bc
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ public class SettingsActivity extends XmppActivity implements OnSharedPreference
|
|||
while ((len = inputStream.read(buf)) > 0) {
|
||||
out.write(buf, 0, len);
|
||||
}
|
||||
updateTheme();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue