Commit a871df56 authored by Leo Wang's avatar Leo Wang Committed by Android Git Automerger
Browse files

am 651d5cdf: Merge " [FM] FM icon does not display in the notification bar...

am 651d5cdf: Merge "    [FM] FM icon does not display in the notification bar when FM is playing" into lmp-mr1-dev

* commit '651d5cdf':
  [FM] FM icon does not display in the notification bar when FM is playing
parents 096a28aa 651d5cdf
......@@ -251,6 +251,11 @@ public class FmRecordActivity extends Activity implements
// If have stopped recording, need not show notification
if (!isStopRecording()) {
mHandler.sendEmptyMessage(MSG_UPDATE_NOTIFICATION);
} else if (isSaveDialogShown()) {
// Only when save dialog is shown and FM radio is back to background,
// it is necessary to update playing notification.
// Otherwise, FmMainActivity will update playing notification.
mService.updatePlayingNotification();
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment