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

Commit 64d5e25a authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Android (Google) Code Review
Browse files

Merge "Fix the case of the missing header." into tm-qpr-dev

parents 13b7e00f 30b87aad
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -180,11 +180,6 @@ public class ActivityAllAppsContainerView<T extends Context & AppLauncher
        }
    }

    @Override
    protected boolean shouldShowTabs() {
        return super.shouldShowTabs() && !isSearching();
    }

    @Override
    public boolean isSearching() {
        return mIsSearching;