File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
app/src/main/kotlin/org/fossify/filemanager/adapters Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1414### Fixed
1515
16+ - Pull-to-refresh setting is now applied as expected ([ #136 ] )
1617- Fixed accidental rendering of swipe refresh indicator.
1718
1819## [ 1.0.1] - 2024-03-17
@@ -39,3 +40,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3940[ Unreleased ] : https://github.com/FossifyOrg/File-Manager/compare/1.0.1...HEAD
4041[ 1.0.1 ] : https://github.com/FossifyOrg/File-Manager/compare/1.0.0...1.0.1
4142[ 1.0.0 ] : https://github.com/FossifyOrg/File-Manager/releases/tag/1.0.0
43+
44+ [ #136 ] : https://github.com/FossifyOrg/File-Manager/issues/136
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ class ItemsAdapter(
220220 }
221221
222222 override fun onActionModeDestroyed () {
223- swipeRefreshLayout?.isEnabled = true
223+ swipeRefreshLayout?.isEnabled = config.enablePullToRefresh
224224 }
225225
226226 override fun getItemViewType (position : Int ): Int {
You can’t perform that action at this time.
0 commit comments