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

Commit 489b6372 authored by Li Wei's avatar Li Wei Committed by Gerrit - the friendly Code Review server
Browse files

Dialer: Screen does not light when incominging call in screen standby

-Once screen is off it doesn't wakeup itself in ringing call when
 InCallActivity is in paused status. Now screen wakeup is added
 in InComingCall

Change-Id: I9fc213eaa8d1a46797b34a962bb58d7656f4773a
CRs-Fixed: 1078562
parent 49c5cf1b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -707,6 +707,7 @@ public class InCallPresenter implements CallList.Listener,
        if (CallList.getInstance().isDsdaEnabled() && (mInCallActivity != null)) {
            mInCallActivity.updateDsdaTab();
        }
        wakeUpScreen();
    }

    @Override