mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Cleanup SettingsGeneralController
This commit is contained in:
parent
c2bd98b56a
commit
0c21ee050f
1 changed files with 0 additions and 2 deletions
|
@ -7,7 +7,6 @@ import android.os.Bundle
|
|||
import android.provider.Settings
|
||||
import android.view.View
|
||||
import androidx.appcompat.app.AppCompatDelegate
|
||||
import androidx.core.os.BuildCompat
|
||||
import androidx.core.os.LocaleListCompat
|
||||
import androidx.preference.PreferenceScreen
|
||||
import eu.kanade.tachiyomi.BuildConfig
|
||||
|
@ -27,7 +26,6 @@ class SettingsGeneralController : SettingsController() {
|
|||
var lastThemeXDark: Int? = null
|
||||
var themePreference: ThemePreference? = null
|
||||
|
||||
@BuildCompat.PrereleaseSdkCheck
|
||||
override fun setupPreferenceScreen(screen: PreferenceScreen) = screen.apply {
|
||||
titleRes = R.string.general
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue