Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c94f997a authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Fix broken test

Test: robotests
Fixes: 189352955
Change-Id: I31066a6fdd72e923369e613b656ffe767b3e3b5c
parent 679445fb
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -69,9 +69,7 @@ public abstract class ConversationListPreferenceController extends AbstractPrefe
            populateConversations(conversations, containerGroup);
        }

        if (containerGroup.getPreferenceCount() == 0) {
            containerGroup.setVisible(false);
        } else {
        if (containerGroup.getPreferenceCount() != 0) {
            Preference summaryPref = getSummaryPreference();
            if (summaryPref != null) {
                containerGroup.addPreference(summaryPref);