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

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
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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();
        }
    }