Fix global update ignoring network constraint (#7188)
* update library update network constraint logic * add explicit 'only on unmetered network' update constraint
This commit is contained in:
@@ -3,6 +3,7 @@ package eu.kanade.tachiyomi.data.preference
|
||||
import eu.kanade.tachiyomi.R
|
||||
|
||||
const val DEVICE_ONLY_ON_WIFI = "wifi"
|
||||
const val DEVICE_NETWORK_NOT_METERED = "network_not_metered"
|
||||
const val DEVICE_CHARGING = "ac"
|
||||
const val DEVICE_BATTERY_NOT_LOW = "battery_not_low"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user