mirror of
https://github.com/gsantner/dandelion
synced 2025-12-14 16:21:11 +01:00
Release v1.0.4
This commit is contained in:
parent
6a0b30dd7b
commit
4ba1b8671d
5 changed files with 14 additions and 5 deletions
|
|
@ -191,6 +191,9 @@ public class SettingsActivity extends ThemedActivity implements SharedPreference
|
|||
else if (settings.isKeyEqual(key, R.string.pref_key__is_overview_statusbar_hidden)) {
|
||||
AppSettings.get().setRecreateMainActivity(true);
|
||||
}
|
||||
else if (settings.isKeyEqual(key, R.string.pref_key__language)) {
|
||||
AppSettings.get().setRecreateMainActivity(true);
|
||||
}
|
||||
/** Network */
|
||||
else if (settings.isKeyEqual(key, R.string.pref_key__clear_cache)) {
|
||||
Intent intent = new Intent(getActivity(), MainActivity.class);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue