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

Commit 8eb473a0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix failing ActionBarContainerTest#testFloatingActionModesAreBubbledUp"

parents 918702f7 1e4657ee
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -60,11 +60,9 @@ public class ActionBarContainerTest extends AndroidTestCase {
        TestViewGroup viewGroup = new TestViewGroup(mContext);
        viewGroup.addView(mActionBarContainer);

        ActionMode mode = mActionBarContainer.startActionModeForChild(
                null, null, ActionMode.TYPE_FLOATING);
        mActionBarContainer.startActionModeForChild(null, null, ActionMode.TYPE_FLOATING);

        // Should bubble up.
        assertNotNull(mode);
        assertTrue(viewGroup.isStartActionModeForChildTypedCalled);
    }