updated imports
This commit is contained in:
parent
1883f83761
commit
2aec3a3c88
|
@ -10,7 +10,6 @@ import org.mariotaku.twidere.Constants.*
|
|||
import org.mariotaku.twidere.TwidereConstants.KEY_MEDIA_PRELOAD
|
||||
import org.mariotaku.twidere.annotation.AccountType
|
||||
import org.mariotaku.twidere.annotation.PreviewStyle
|
||||
import org.mariotaku.twidere.constant.SharedPreferenceConstants.VALUE_MEDIA_PREVIEW_STYLE_REAL_SIZE
|
||||
import org.mariotaku.twidere.extension.getNonEmptyString
|
||||
import org.mariotaku.twidere.model.CustomAPIConfig
|
||||
import org.mariotaku.twidere.model.UserKey
|
||||
|
@ -65,7 +64,7 @@ val mediaPreloadKey = KBooleanKey(KEY_MEDIA_PRELOAD, false)
|
|||
val mediaPreloadOnWifiOnlyKey = KBooleanKey(KEY_PRELOAD_WIFI_ONLY, true)
|
||||
val autoRefreshCompatibilityModeKey = KBooleanKey("auto_refresh_compatibility_mode", Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP)
|
||||
val floatingDetailedContentsKey = KBooleanKey("floating_detailed_contents", true)
|
||||
val localTrendsWoeIdKey = KIntKey(SharedPreferenceConstants.KEY_LOCAL_TRENDS_WOEID, 1)
|
||||
val localTrendsWoeIdKey = KIntKey(KEY_LOCAL_TRENDS_WOEID, 1)
|
||||
|
||||
object themeBackgroundAlphaKey : KSimpleKey<Int>(KEY_THEME_BACKGROUND_ALPHA, 0xFF) {
|
||||
override fun read(preferences: SharedPreferences): Int {
|
||||
|
|
Loading…
Reference in New Issue