ability to enable/disable pull to refresh

This commit is contained in:
2024-07-16 00:15:15 +03:00
parent 789283fcff
commit 46d3fe63fa
16 changed files with 155 additions and 104 deletions
@@ -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
)
}
+1
View File
@@ -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>