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

Commit 76e00324 authored by Stephen Bird's avatar Stephen Bird
Browse files

Search: Hide progress spinner if search fails

Change-Id: I883bd3587e91cfc6ee73eec45ea9840d781719bb
parent adfbdeec
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -254,6 +254,8 @@ public class SearchActivity extends Activity
                        mEmptyListMsg.setVisibility(resultsSize > 0 ? View.GONE : View.VISIBLE);

                    } catch (Throwable ex) {
                        // hide the search progress spinner if the search fails
                        mStreamingSearchProgress.setVisibility(View.INVISIBLE);
                        Log.e(TAG, "onAsyncEnd method fails", ex); //$NON-NLS-1$
                    }
                }