updateTheme after changed background

This commit is contained in:
Arne 2023-09-27 14:07:01 +02:00
parent ae755e74f3
commit fd42caaf78

View file

@ -206,6 +206,7 @@ public class SettingsActivity extends XmppActivity implements OnSharedPreference
while ((len = inputStream.read(buf)) > 0) {
out.write(buf, 0, len);
}
updateTheme();
}
}
}