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

Commit 073f1f9e authored by Katherine Kuan's avatar Katherine Kuan
Browse files

Fix NPE with quick fix in ContactDetailFragment

Bug: 5422672
Change-Id: I4b088cf230a5dea4868b0887cab909ef1af876d2
parent 9b055cce
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -299,8 +299,10 @@ public class ContactDetailFragment extends Fragment implements FragmentKeyListen
        mQuickFixButton.setOnClickListener(new OnClickListener() {
            @Override
            public void onClick(View v) {
                if (mQuickFix != null) {
                    mQuickFix.execute();
                }
            }
        });

        mView.setVisibility(View.INVISIBLE);