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

Commit ae013fec authored by Hall Liu's avatar Hall Liu Committed by Automerger Merge Worker
Browse files

Merge "Have isRinging return true when simulated ringing" am: ce5d5035

Original change: https://android-review.googlesource.com/c/platform/packages/services/Telecomm/+/1340773

Change-Id: Id6f9689b558bb07c899718daa03ec8e914878528
parents 1d547af1 ce5d5035
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -842,7 +842,7 @@ public class TelecomServiceImpl {
                    // current state as tracked by PhoneStateBroadcaster, any failure to properly
                    // track the current call state there could result in the wrong ringing state
                    // being reported by this API.
                    return mCallsManager.hasRingingCall();
                    return mCallsManager.hasRingingOrSimulatedRingingCall();
                }
            } finally {
                Log.endSession();