Shrink signature of channel fallback creation method
This commit is contained in:
@@ -5,7 +5,6 @@ import android.app.Notification
|
||||
import android.app.NotificationManager
|
||||
import android.app.PendingIntent
|
||||
import android.app.Service
|
||||
import android.content.Context
|
||||
import android.content.Intent
|
||||
import android.content.IntentFilter
|
||||
import android.graphics.Color
|
||||
@@ -320,8 +319,6 @@ internal class WebSocketService : Service() {
|
||||
channelId = NotificationSupport.getChannelID(priority, appId.toString())
|
||||
NotificationSupport.createChannelIfNonexistent(
|
||||
this,
|
||||
(this.getSystemService(Context.NOTIFICATION_SERVICE) as NotificationManager),
|
||||
appId.toString(),
|
||||
appId.toString(),
|
||||
channelId
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user