summaryrefslogtreecommitdiffstats
path: root/src/com/android/contacts/quickcontact/MyQrcodeActivity.java
diff options
context:
space:
mode:
authorMatt Garnes <matt@cyngn.com>2015-04-30 10:33:15 -0700
committerMatt Garnes <matt@cyngn.com>2015-04-30 10:33:15 -0700
commit6825b2dc0c51e7cb9ce3ee2e5e32fec821c4c299 (patch)
tree3122cf62c8cc8e7f5b186754e61d80e8774b516b /src/com/android/contacts/quickcontact/MyQrcodeActivity.java
parente00a2a6518e83990dd19c09d55fa2d59d4bfac6e (diff)
parent75209bbb8d7be819cf9dce121da371d90e5685e1 (diff)
downloadpackages_apps_Contacts-caf/cm-12.1.tar.gz
packages_apps_Contacts-caf/cm-12.1.tar.bz2
packages_apps_Contacts-caf/cm-12.1.zip
Merge remote-tracking branch 'caf/LA.BR.1.2.3' into caf/cm-12.1caf/cm-12.1
Diffstat (limited to 'src/com/android/contacts/quickcontact/MyQrcodeActivity.java')
-rw-r--r--src/com/android/contacts/quickcontact/MyQrcodeActivity.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/android/contacts/quickcontact/MyQrcodeActivity.java b/src/com/android/contacts/quickcontact/MyQrcodeActivity.java
index eaa89edb6..d1b69820b 100644
--- a/src/com/android/contacts/quickcontact/MyQrcodeActivity.java
+++ b/src/com/android/contacts/quickcontact/MyQrcodeActivity.java
@@ -212,8 +212,7 @@ public class MyQrcodeActivity extends Activity {
myProfile = RCSUtil.createLocalProfile(mRawContact);
updateDisplayNumber(myProfile);
if (!decodeStringAndSetBitmap(imgString)) {
- if (null != myProfile.getFirstName()
- || !TextUtils.isEmpty(myProfile.getFirstName())) {
+ if (null != myProfile || !TextUtils.isEmpty(myProfile.getFirstName())) {
createProgressDialog();
// downloadProfile(myProfile);
getQRcodeFromService(myProfile);