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

Commit e05c0032 authored by Vali Calinescu's avatar Vali Calinescu Committed by Android (Google) Code Review
Browse files

Merge "Clean up transparent activity test in SizeCompatTests" into tm-qpr-dev

parents f2d3b4a5 6e719281
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -425,7 +425,7 @@ public class SizeCompatTests extends WindowTestsBase {
                .setLaunchedFromUid(mActivity.getUid())
                .setScreenOrientation(SCREEN_ORIENTATION_PORTRAIT)
                .build();
        doReturn(true).when(translucentActivity).fillsParent();
        doReturn(false).when(translucentActivity).fillsParent();
        mTask.addChild(translucentActivity);
        // It should not be in SCM
        assertFalse(translucentActivity.inSizeCompatMode());