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

Commit 2274d21b authored by Stephen Bird's avatar Stephen Bird Committed by Michael Bestas
Browse files

Search: Hide progress spinner if search fails

Change-Id: I883bd3587e91cfc6ee73eec45ea9840d781719bb
(cherry picked from commit 76e00324)
parent 2436b83c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -256,6 +256,8 @@ public class SearchActivity extends Activity
                            mMimeTypeSpinner.setVisibility(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$
                    }
                }