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

Commit c4574fbb authored by Jaewan Kim's avatar Jaewan Kim Committed by The Android Automerger
Browse files

PIP: Fix NPE when enters Recents with PIP

Bug: 28826021
Change-Id: Ic81f705dccbd4b334ed5a26345fdc5fee23f5a68
parent be3531fd
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -334,12 +334,6 @@ public class RecentsTvActivity extends Activity implements OnPreDrawListener {
        setIntent(intent);
    }

    @Override
    protected void onStart() {
        super.onStart();
        updatePipUI();
    }

    @Override
    public void onEnterAnimationComplete() {
        super.onEnterAnimationComplete();
@@ -391,6 +385,8 @@ public class RecentsTvActivity extends Activity implements OnPreDrawListener {
        } else {
            mTaskStackHorizontalGridView.setSelectedPosition(0);
        }

        updatePipUI();
    }

    @Override