Add ability to clear cookies per-extension (closes #3153)

This commit is contained in:
arkon
2021-11-19 11:28:59 -05:00
parent 9fe1a7e2ae
commit bba7372556
3 changed files with 25 additions and 2 deletions
@@ -43,10 +43,9 @@ import uy.kohesive.injekt.injectLazy
import eu.kanade.tachiyomi.data.preference.PreferenceKeys as Keys
class SettingsAdvancedController : SettingsController() {
private val network: NetworkHelper by injectLazy()
private val chapterCache: ChapterCache by injectLazy()
private val db: DatabaseHelper by injectLazy()
@SuppressLint("BatteryLife")