mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-29 00:14:12 +01:00
updateTheme after changed background
This commit is contained in:
parent
ae755e74f3
commit
fd42caaf78
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