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

Commit 4e08800a authored by Jaewan Kim's avatar Jaewan Kim Committed by Android (Google) Code Review
Browse files

Merge "PIP: Fix NPE when enters Recents with PIP" into nyc-dev

parents f45bc095 16c91bd4
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