Loading quickstep/src/com/android/launcher3/appprediction/PredictionRowView.java +4 −0 Original line number Diff line number Diff line Loading @@ -152,6 +152,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 Loading Loading
quickstep/src/com/android/launcher3/appprediction/PredictionRowView.java +4 −0 Original line number Diff line number Diff line Loading @@ -152,6 +152,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 Loading