Loading src/com/android/server/telecom/Call.java +1 −1 Original line number Diff line number Diff line Loading @@ -2933,7 +2933,7 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable, * @return True if the call is ringing, else logs the action name. */ private boolean isRinging(String actionName) { if (mState == CallState.RINGING) { if (mState == CallState.RINGING || mState == CallState.ANSWERED) { return true; } Loading Loading
src/com/android/server/telecom/Call.java +1 −1 Original line number Diff line number Diff line Loading @@ -2933,7 +2933,7 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable, * @return True if the call is ringing, else logs the action name. */ private boolean isRinging(String actionName) { if (mState == CallState.RINGING) { if (mState == CallState.RINGING || mState == CallState.ANSWERED) { return true; } Loading