prepare for PreferenceScreen support, remove some old depricated android libs

This commit is contained in:
Aria Moradi
2021-07-30 00:46:06 +04:30
parent 5b64bdc5b7
commit 21d7cf5d6a
6 changed files with 14 additions and 543 deletions
@@ -1,8 +1,16 @@
package eu.kanade.tachiyomi.source
// import androidx.preference.PreferenceScreen
/*
* Copyright (C) Contributors to the Suwayomi project
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
import androidx.preference.PreferenceScreen
interface ConfigurableSource : Source {
// fun setupPreferenceScreen(screen: PreferenceScreen)
fun setupPreferenceScreen(screen: PreferenceScreen)
}