Merge "Fix crash when doing conferencing over Wi-Fi" into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
20fab81a09
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user