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

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

Have isRinging return true when simulated ringing am: ffd7f93e am: 4deccede am: a810bf90

Change-Id: Iba8beb0fcf4c995c46a72ccd5a3a6aaab992d44c
parents cfa16510 a810bf90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -855,7 +855,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();