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

Commit 20fab81a authored by Sailesh Nepal's avatar Sailesh Nepal Committed by Android (Google) Code Review
Browse files

Merge "Fix crash when doing conferencing over Wi-Fi" into mnc-dev

parents 5d1462f7 000d38ab
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1067,6 +1067,9 @@ public abstract class Connection extends Conferenceable {
    @SystemApi
    @Deprecated
    public final AudioState getAudioState() {
        if (mCallAudioState == null) {
          return null;
        }
        return new AudioState(mCallAudioState);
    }