feat: update mention reblogger automatically settings icon
This commit is contained in:
parent
e49e485ba3
commit
d71d17e5af
|
@ -92,8 +92,7 @@ public class BehaviourFragment extends SettingsBaseFragment{
|
||||||
GlobalUserPreferences.defaultToUnlistedReplies=i.checked;
|
GlobalUserPreferences.defaultToUnlistedReplies=i.checked;
|
||||||
GlobalUserPreferences.save();
|
GlobalUserPreferences.save();
|
||||||
}));
|
}));
|
||||||
// TODO find a good icon for this setting
|
items.add(new SwitchItem(R.string.mo_mention_reblogger_automatically, R.drawable.ic_fluent_comment_mention_24_regular, GlobalUserPreferences.mentionRebloggerAutomatically, i -> {
|
||||||
items.add(new SwitchItem(R.string.mo_mention_reblogger_automatically, R.drawable.ic_fluent_balloon_24_regular, GlobalUserPreferences.mentionRebloggerAutomatically, i -> {
|
|
||||||
GlobalUserPreferences.mentionRebloggerAutomatically=i.checked;
|
GlobalUserPreferences.mentionRebloggerAutomatically=i.checked;
|
||||||
GlobalUserPreferences.save();
|
GlobalUserPreferences.save();
|
||||||
}));
|
}));
|
||||||
|
|
Loading…
Reference in New Issue