Commit eefec932 authored by Leonardo Aramaki's avatar Leonardo Aramaki

Enable sound to notifications on Android >= N

parent 89520dee
......@@ -503,6 +503,7 @@ object PushManager {
setAutoCancel(true)
setShowWhen(true)
setColor(res.getColor(R.color.colorRed400, ctx.theme))
setDefaults(Notification.DEFAULT_ALL)
setSmallIcon(smallIcon)
})
return this
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment