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

Commit 75209bbb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Contacts: "com.android.contacts" force close 9 times."

parents f6a40d4c 4fd067a3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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);