Fix similar manga notification channel name

This commit is contained in:
Jobobby04
2021-01-21 21:08:34 -05:00
parent 2a211c68a9
commit 9235f0e5ed
2 changed files with 2 additions and 1 deletions
@@ -166,7 +166,7 @@ object Notifications {
),
NotificationChannel(
CHANNEL_SIMILAR,
context.getString(R.string.similar),
context.getString(R.string.similar_manga),
NotificationManager.IMPORTANCE_LOW
).apply {
setShowBadge(false)