ability to enable/disable pull to refresh
This commit is contained in:
@@ -6,6 +6,6 @@ data class ThemeConfig(
|
||||
val selectedColorScheme: Int,
|
||||
val usingAmoledBackground: Boolean,
|
||||
val usingBlur: Boolean,
|
||||
val multiline: Boolean,
|
||||
val isMultiline: Boolean,
|
||||
val isDeviceCompact: Boolean
|
||||
)
|
||||
|
||||
@@ -111,7 +111,7 @@ val LocalTheme = compositionLocalOf {
|
||||
selectedColorScheme = 0,
|
||||
usingAmoledBackground = false,
|
||||
usingBlur = false,
|
||||
multiline = false,
|
||||
isMultiline = false,
|
||||
isDeviceCompact = false
|
||||
)
|
||||
}
|
||||
|
||||
@@ -262,4 +262,5 @@
|
||||
<string name="warning_confirmation">Confirmation</string>
|
||||
<string name="captcha_exit_warning">Are you sure? Captcha process will be cancelled</string>
|
||||
<string name="validation_exit_warning">Are you sure? Validation process will be cancelled</string>
|
||||
<string name="settings_general_enable_pull_to_refresh_title">Enable pull to refresh</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user