forked from github/wulkanowy-mirror
Fix debug channel (#846)
This commit is contained in:
parent
4c295f2ab4
commit
699fbff082
@ -22,7 +22,7 @@ class DebugChannel @Inject constructor(
|
||||
}
|
||||
|
||||
override fun create() {
|
||||
if (appInfo.isDebug) return
|
||||
if (!appInfo.isDebug) return
|
||||
notificationManager.createNotificationChannel(
|
||||
NotificationChannel(CHANNEL_ID, context.getString(R.string.channel_debug), IMPORTANCE_DEFAULT)
|
||||
.apply {
|
||||
|
Loading…
Reference in New Issue
Block a user