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

Commit b793def6 authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Adding check for recents interface before calling back" into udc-dev

parents 77a6164f 78486a25
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1117,6 +1117,9 @@ public class SystemUiProxy implements ISystemUiProxy {
     */
    public boolean startRecentsActivity(Intent intent, ActivityOptions options,
            RecentsAnimationListener listener) {
        if (mRecentTasks == null) {
            return false;
        }
        final IRecentsAnimationRunner runner = new IRecentsAnimationRunner.Stub() {
            @Override
            public void onAnimationStart(IRecentsAnimationController controller,