am c393989f:     [FM] The channel name will not disappear on the main screen after deleting a channel from the Favorites

* commit 'c393989f05c81d53cd3773af7ba14a7c56dd2b25':
  [FM] The channel name will not disappear on the main screen after deleting a channel from the Favorites
diff --git a/src/com/android/fmradio/FmMainActivity.java b/src/com/android/fmradio/FmMainActivity.java
index a4ce339..1fc6f47 100644
--- a/src/com/android/fmradio/FmMainActivity.java
+++ b/src/com/android/fmradio/FmMainActivity.java
@@ -454,6 +454,7 @@
             mButtonAddToFavorite.setImageResource(R.drawable.btn_fm_favorite_off_selector);
             // Notify scroller
             mScroller.onRemoveFavorite();
+            mTextStationName.setText(FmStation.getStationName(mContext, mCurrentStation));
         } else {
             // Add the station to favorite
             if (FmStation.isStationExist(mContext, mCurrentStation)) {