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

Commit 22e9a4c5 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6560544 from 33758168 to sc-release

Change-Id: I9aea93aa9c09ca02b6dd7b858b8bbe3b3635306c
parents cba402bd 33758168
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -158,11 +158,7 @@ public class CarSearchFragment extends PreferenceFragment implements

        // If indexing is not finished, register the query text, but don't search.
        if (!mSearchFeatureProvider.isIndexingComplete(getActivity())) {
            if (!isEmptyQuery) {
                mToolbar.showProgressBar();
            } else {
                mToolbar.hideProgressBar();
            }
            mToolbar.getProgressBar().setVisible(!isEmptyQuery);
            return;
        }

@@ -228,7 +224,7 @@ public class CarSearchFragment extends PreferenceFragment implements
        if (getActivity() == null) {
            return;
        }
        mToolbar.hideProgressBar();
        mToolbar.getProgressBar().setVisible(false);
        if (mShowingSavedQuery) {
            mSavedQueryController.loadSavedQueries();
        } else {