mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
Merge pull request #979 from deltachat/fix-show-option
init the show-emails-option with the correct value
This commit is contained in:
@@ -76,7 +76,7 @@ public class ChatsPreferenceFragment extends ListSummaryPreferenceFragment {
|
||||
|
||||
initializeListSummary((ListPreferenceWithSummary) findPreference("pref_compression"));
|
||||
|
||||
String value = Integer.toString(dcContext.getConfigInt("pref_show_emails"));
|
||||
String value = Integer.toString(dcContext.getConfigInt("show_emails"));
|
||||
showEmails.setValue(value);
|
||||
updateListSummary(showEmails, value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user