Image is now the default decoder

This commit is contained in:
len
2016-12-03 16:12:58 +01:00
parent f514d466a6
commit 2e39be6625
5 changed files with 14 additions and 23 deletions

View File

@@ -8,6 +8,7 @@ import eu.kanade.tachiyomi.R
* in the file "keys.xml". By using this class we can define preferences in one place and get them
* referenced here.
*/
@Suppress("HasPlatformType")
class PreferenceKeys(context: Context) {
val theme = context.getString(R.string.pref_theme_key)
@@ -94,6 +95,6 @@ class PreferenceKeys(context: Context) {
fun syncPassword(syncId: Int) = "pref_mangasync_password_$syncId"
val libraryAsList = context.getString(R.string.pref_display_library_as_list)
val libraryAsList = context.getString(R.string.pref_display_library_as_list)
}