Merge "Move setTaskAlwaysOnTop from TaskView to BubbleExpandedView."

This commit is contained in:
Yuncheol Heo
2021-01-25 19:39:13 +00:00
committed by Android (Google) Code Review
3 changed files with 1 additions and 2 deletions

View File

@@ -129,7 +129,6 @@ public class TaskViewTest extends ShellTestCase {
verify(mOrganizer).setPendingLaunchCookieListener(any(), eq(mTaskView));
assertThat(options.getLaunchWindowingMode()).isEqualTo(WINDOWING_MODE_MULTI_WINDOW);
assertThat(options.getTaskAlwaysOnTop()).isTrue();
}
@Test