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

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

Merge "IMS: Fix dialer app crash issue due to NPE."

parents 0b2ed140 2ca17270
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -260,7 +260,10 @@ public class DialpadFragment extends AnalyticsFragment
                showDialpadChooser(false);
            }
            if (state == TelephonyManager.CALL_STATE_IDLE) {
                ((HostInterface) getActivity()).setConferenceDialButtonVisibility(true);
                final Activity activity = getActivity();
                if (activity != null) {
                    ((HostInterface) activity).setConferenceDialButtonVisibility(true);
                }
            }
        }
    };