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

* commit 'f063fb6b45793b783200e89ed31d4c2234948835':
  [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)) {