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

Commit 3153101a authored by Chen Chen's avatar Chen Chen Committed by Gerrit Code Review
Browse files

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

parents 0a3f6473 fd20447e
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() {