Update Kotlinter to 3.15.0

This commit is contained in:
Niko Diamadis
2023-07-18 00:01:04 +02:00
parent 757dedcfa2
commit 2397e2eea9
13 changed files with 25 additions and 20 deletions

View File

@@ -141,7 +141,7 @@ internal class WebSocketService : Service() {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
NotificationSupport.createChannels(
this,
(this.getSystemService(NOTIFICATION_SERVICE) as NotificationManager),
(getSystemService(NOTIFICATION_SERVICE) as NotificationManager),
apps
)
}