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

Commit 3f90c387 authored by Chen Chen's avatar Chen Chen Committed by Automerger Merge Worker
Browse files

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

Merge "Revert "BluetoothInCallService: Check null for getDetails().getExtras() in"" am: 3153101a am: 724eef18 am: 18ab33c2

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Bluetooth/+/1542327

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Id916db9f714f2b8c8761bef594126b07d95ff579
parents 767781c2 18ab33c2
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -269,8 +269,7 @@ public class BluetoothCall {


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


    public boolean isConference() {
    public boolean isConference() {