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

Commit 77b41475 authored by Li Wei's avatar Li Wei Committed by Arne Coucheron
Browse files

Dialer: lock screen appear before incoming call screen

-Screen wakes up earlier than InCallActivity is created by Incoming
 Call

-Show InCallUI after InCallActivity has been created and is running
 as long as activity is not destroyed or finishing.

CRs-Fixed: 1113931
Change-Id: I64678f8f4d0c10b9fadd61357ed2140eb9bbdf7e
parent 11b92979
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -731,8 +731,10 @@ public class InCallPresenter implements CallList.Listener,
        if (CallList.getInstance().isDsdaEnabled() && (mInCallActivity != null)) {
            mInCallActivity.updateDsdaTab();
        }
        if (isActivityStarted()) {
            wakeUpScreen();
        }
    }

    @Override
    public void onUpgradeToVideo(Call call) {