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

Commit 24e3e7e0 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

Fix audio notifications

These were broken by Change-Id I5c9f0be1257e855dcd3341eae7eaeb9a01b18906,
restore them to working condition

Change-Id: I172f9f96a4a8adf75916078db05763352ac86e98
parent b81d2a29
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1153,9 +1153,9 @@ public class NotificationManagerService extends INotificationManager.Stub
                            // TODO: these constants need to be published somewhere in the framework
                            Intent fmmute = new Intent(FM_MUTE_CMD);
                            mContext.sendBroadcast(fmmute);
                            mSound.play(mContext, uri, looping, audioStreamType);
                         }
                         /* TI FM UI port -stop */
                         mSound.play(mContext, uri, looping, audioStreamType);

                        }
                        finally {