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

Commit d8010fbe authored by Brian Attwell's avatar Brian Attwell Committed by Gerrit Code Review
Browse files

Merge "Fix "the note of contact can't be deleted successfully""

parents 1761da14 3b1a8b2f
Loading
Loading
Loading
Loading
+6 −8
Original line number Diff line number Diff line
@@ -1049,14 +1049,12 @@ public class QuickContactActivity extends ContactsActivity {
            mAboutCard.setTitle(customAboutCardName);
        }

        if (aboutCardEntries.size() > 0) {
        mAboutCard.initialize(aboutCardEntries,
                /* numInitialVisibleEntries = */ 1,
                /* isExpanded = */ true,
                /* isAlwaysExpanded = */ true,
                mExpandingEntryCardViewListener,
                mScroller);
        }

        if (contactCardEntries.size() == 0 && aboutCardEntries.size() == 0) {
            initializeNoContactDetailCard();