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

Commit fd20447e authored by Chen Chen's avatar Chen Chen
Browse files

Revert "BluetoothInCallService: Check null for getDetails().getExtras() in"

This reverts commit 77d4e3fc.

Reason for revert: Need to revert the entire telecom refactor

Change-Id: Ibbf7130f21afa63e889aa1a146b421c1518d494b
parent 77d4e3fc
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -269,8 +269,7 @@ public class BluetoothCall {

    // helper functions
    public boolean isSilentRingingRequested() {
        return getDetails().getExtras() != null
                && getDetails().getExtras().getBoolean(Call.EXTRA_SILENT_RINGING_REQUESTED);
        return getDetails().getExtras().getBoolean(Call.EXTRA_SILENT_RINGING_REQUESTED);
    }

    public boolean isConference() {