revert change setting notifiction priority low

This commit is contained in:
Eric House 2018-11-28 19:20:43 -08:00
parent 843c95e7ae
commit 7eb278033a

View file

@ -264,7 +264,6 @@ public class Utils {
Notification notification = new NotificationCompat.Builder( context, CHANNEL_ID )
.setContentIntent( pi )
.setSmallIcon( R.drawable.notify )
.setPriority(NotificationCompat.PRIORITY_LOW)
//.setTicker(body)
//.setWhen(time)
.setAutoCancel( true )