Loading src/com/android/contacts/quickcontact/MyQrcodeActivity.java +1 −2 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
src/com/android/contacts/quickcontact/MyQrcodeActivity.java +1 −2 Original line number Diff line number Diff line Loading @@ -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); Loading