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

Commit e7cc9256 authored by Khalid Zubair's avatar Khalid Zubair
Browse files

Remove false log warnings

The log should not be a warning as it occurs often during normal
operation,

FEIJ-1373

Change-Id: I7e8fc3b8499dfa48988c8949d9527c905f44cbe3
(cherry picked from commit 387bb91d)
parent 9cb9ecc1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1750,7 +1750,6 @@ public class FmService extends Service implements FmRecorder.OnRecorderStateChan
    private void showPlayingNotification() {
        if (isActivityForeground() || mIsScanning
                || (getRecorderState() == FmRecorder.STATE_RECORDING)) {
            Log.w(TAG, "showPlayingNotification, do not show main notification.");
            return;
        }
        String stationName = "";