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

Commit 08c34c27 authored by Conley Owens's avatar Conley Owens Committed by Android Git Automerger
Browse files

am e0009bb0: am 98395483: am 9f2cbf14: am e06749e1: Merge "Add...

am e0009bb0: am 98395483: am 9f2cbf14: am e06749e1: Merge "Add FLAG_AUTO_CANCEL flag for multiple supl notifications."

* commit 'e0009bb0':
  Add FLAG_AUTO_CANCEL flag for multiple supl notifications.
parents 73f0a3a6 e0009bb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -205,7 +205,7 @@ public class GpsNetInitiatedHandler {
            mNiNotification.defaults &= ~Notification.DEFAULT_SOUND;
        }        

        mNiNotification.flags = Notification.FLAG_ONGOING_EVENT;
        mNiNotification.flags = Notification.FLAG_ONGOING_EVENT | Notification.FLAG_AUTO_CANCEL;
        mNiNotification.tickerText = getNotifTicker(notif, mContext);

        // if not to popup dialog immediately, pending intent will open the dialog