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

Commit 2713b3b1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Reduce flakiness of insets test in ActivityRecordTests" into main

parents f16778be b713e864
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3365,7 +3365,7 @@ public class ActivityRecordTests extends WindowTestsBase {
        assertFalse(app2.mActivityRecord.mImeInsetsFrozenUntilStartInput);

        if (Flags.bundleClientTransactionFlag()) {
            verify(app2.getProcess()).scheduleClientTransactionItem(
            verify(app2.getProcess(), atLeastOnce()).scheduleClientTransactionItem(
                    isA(WindowStateResizeItem.class));
        } else {
            verify(app2.mClient, atLeastOnce()).resized(any(), anyBoolean(), any(),