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

Commit 83ed6b62 authored by Aditya's avatar Aditya
Browse files

Fixing Gantry Failures.

Bug:
Test: atest DocumentsUIGoogle:GlobalSearchLoaderTest
Change-Id: Ib9979e683fadd8bbb6e0e2cdf33896d388bdde6c
parent 8c1e5579
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -67,7 +67,6 @@ public final class HorizontalBreadcrumb extends RecyclerView implements Breadcru
        mLayoutManager = new HorizontalBreadcrumbLinearLayoutManager(
                getContext(), LinearLayoutManager.HORIZONTAL, false);
        mAdapter = new BreadcrumbAdapter(state, env, this::onKey);
        mAdapter.setHasStableIds(true);
        // Since we are using GestureDetector to detect click events, a11y services don't know which
        // views are clickable because we aren't using View.OnClickListener. Thus, we need to use a
        // custom accessibility delegate to route click events correctly.
+1 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@ public class GlobalSearchLoaderTest {

    @Test
    public void testNotLocalOnlyRoot_beIgnored() {
        if (isPrivateSpaceEnabled) return;
        TestProvidersAccess.PICKLES.flags |= DocumentsContract.Root.FLAG_SUPPORTS_SEARCH;
        assertTrue(mLoader.shouldIgnoreRoot(TestProvidersAccess.PICKLES));
        TestProvidersAccess.PICKLES.flags &= ~DocumentsContract.Root.FLAG_SUPPORTS_SEARCH;