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

Commit b2b65a1e authored by Samuel Fufa's avatar Samuel Fufa Committed by Android (Google) Code Review
Browse files

Merge "Avoid double search item highlight" into ub-launcher3-master

parents 3cf264f4 4c14f4b9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -148,6 +148,10 @@ public class PredictionRowView extends LinearLayout implements

    private void updateVisibility() {
        setVisibility(mPredictionsEnabled ? VISIBLE : GONE);
        if (FeatureFlags.ENABLE_DEVICE_SEARCH.get() && mLauncher.getAppsView() != null
                && mLauncher.getAppsView().getActiveRecyclerView() != null) {
            mLauncher.getAppsView().invalidate();
        }
    }

    @Override