We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0e31c commit 20b92d6Copy full SHA for 20b92d6
CHANGELOG.md
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
- Replaced checkboxes with switches
13
14
+### Fixed
15
+
16
+ - Pull-to-refresh setting is now applied as expected ([#136])
17
18
## [1.0.1] - 2024-03-17
19
20
### Changed
app/src/main/kotlin/org/fossify/filemanager/adapters/ItemsAdapter.kt
@@ -220,7 +220,7 @@ class ItemsAdapter(
220
}
221
222
override fun onActionModeDestroyed() {
223
- swipeRefreshLayout?.isEnabled = true
+ swipeRefreshLayout?.isEnabled = config.enablePullToRefresh
224
225
226
override fun getItemViewType(position: Int): Int {
0 commit comments