Commit a44e28a8 authored by Mygod's avatar Mygod

Make sure bigText was initialized

parent 1d938679
......@@ -75,7 +75,7 @@ class ServiceNotification(private val service: BaseService.Interface, profileNam
.setContentTitle(profileName)
.setContentIntent(Core.configureIntent(service))
.setSmallIcon(R.drawable.ic_service_active)
private val style = NotificationCompat.BigTextStyle(builder)
private val style = NotificationCompat.BigTextStyle(builder).bigText("")
private var isVisible = true
init {
......
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