commit | b43bd92ad8929c7adc066ac4527c4f9f93a1aa2c | [log] [tgz] |
---|---|---|
author | Sarah van der Bleek <svanderbleek@google.com> | Fri Nov 11 18:01:43 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Nov 11 18:01:43 2016 +0000 |
tree | 29cda0b5d0f13883f0b45b6425fbaf74816bacf3 | |
parent | d57027166fd33dc47474afc1bfbf4180a4756111 [diff] | |
parent | a19eef1db7e7a1b2eebc1df1c951b9aa3cd3bef4 [diff] |
Merge " DO NOT MERGE Change the version of AOSP Contacts to 1.6.11 Bug: 31101408" into ub-contactsdialer-h-dev
diff --git a/src/com/android/contacts/quickcontact/QuickContactActivity.java b/src/com/android/contacts/quickcontact/QuickContactActivity.java index f8d7436..a00bb2f 100644 --- a/src/com/android/contacts/quickcontact/QuickContactActivity.java +++ b/src/com/android/contacts/quickcontact/QuickContactActivity.java
@@ -2450,6 +2450,8 @@ ActionType.UNKNOWN_ACTION, /* thirdPartyAction */ null); } mRecentCard.setVisibility(View.VISIBLE); + } else { + mRecentCard.setVisibility(View.GONE); } Trace.endSection();