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

Commit 770113a2 authored by Federico Baron's avatar Federico Baron Committed by Automerger Merge Worker
Browse files

Merge "Revert "Add logs for widget picker image test"" into udc-qpr-dev am: c1a9f5c8

parents 14b1fdfb c1a9f5c8
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -888,18 +888,6 @@ public class WidgetsFullSheet extends BaseWidgetSheet
        return mContent;
    }

    /** Gets the search bar, which is used for testing */ // b/294050472
    @VisibleForTesting
    public View getSearchBar() {
        return (View) mSearchBar;
    }

    /** Gets the search bar container, which is used for testing */ // b/294050472
    @VisibleForTesting
    public View getSearchBarContainer() {
        return (View) mSearchBarContainer;
    }

    /** Opens the first header in widget picker and scrolls to the top of the RecyclerView. */
    @VisibleForTesting
    public void openFirstHeader() {