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

Commit 82bb2c3c authored by Fang Yunong's avatar Fang Yunong Committed by Gerrit - the friendly Code Review server
Browse files

contacts crashed

NullPointerException with mContactData in
populateContactAndAboutCard when Contactload not Finished.

don't reFreshContact when mContactData is null.

Change-Id: I9d2f1eba7bc1d3411ae1bbdd5063cadb2ef95426
CRs-Fixed: 1064433
parent cc18ade5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1036,8 +1036,10 @@ public class QuickContactActivity extends ContactsActivity
            mContactCard.setCallBack(new VideoCallingCallback(){
                @Override
                public void updateContact(){
                    if(mContactData != null){
                        reFreshContact();
                    }
                }
            });
        }