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

Commit 04ffa93c authored by Katherine Kuan's avatar Katherine Kuan Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE with quick fix in ContactDetailFragment"

parents 87fc0d88 073f1f9e
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);