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

Commit 3918c317 authored by Brian Attwell's avatar Brian Attwell Committed by Android Git Automerger
Browse files

am a207634c: am d8010fbe: Merge "Fix "the note of contact can\'t be deleted successfully""

* commit 'a207634c':
  Fix "the note of contact can't be deleted successfully"
parents 43c90f91 a207634c
Loading
Loading
Loading
Loading
+6 −8
Original line number Diff line number Diff line
@@ -1085,14 +1085,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();