Address some deprecation warnings

This commit is contained in:
Jobobby04
2021-06-01 21:09:03 -04:00
parent 9697bffc5e
commit d30c9f7120
31 changed files with 56 additions and 56 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ fun Manga.mangaType(context: Context): String {
MangaType.TYPE_COMIC -> R.string.comic
else -> R.string.manga
}
).toLowerCase(Locale.getDefault())
).lowercase(Locale.getDefault())
}
/**