mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
Set the advanced menu icon correctly
Fixes #6638 Closes #6639 // FREEBIE
This commit is contained in:
parent
662fe826cb
commit
3d7331159f
@ -215,7 +215,7 @@ public class ApplicationPreferencesActivity extends PassphraseRequiredActionBarA
|
|||||||
this.findPreference(PREFERENCE_CATEGORY_APPEARANCE).setIcon(appearance);
|
this.findPreference(PREFERENCE_CATEGORY_APPEARANCE).setIcon(appearance);
|
||||||
this.findPreference(PREFERENCE_CATEGORY_CHATS).setIcon(chats);
|
this.findPreference(PREFERENCE_CATEGORY_CHATS).setIcon(chats);
|
||||||
this.findPreference(PREFERENCE_CATEGORY_DEVICES).setIcon(devices);
|
this.findPreference(PREFERENCE_CATEGORY_DEVICES).setIcon(devices);
|
||||||
this.findPreference(PREFERENCE_CATEGORY_ADVANCED).setIcon(appearance);
|
this.findPreference(PREFERENCE_CATEGORY_ADVANCED).setIcon(advanced);
|
||||||
}
|
}
|
||||||
|
|
||||||
private class CategoryClickListener implements Preference.OnPreferenceClickListener {
|
private class CategoryClickListener implements Preference.OnPreferenceClickListener {
|
||||||
|
Loading…
Reference in New Issue
Block a user