Skip to content

Commit eacfb27

Browse files
Update app/src/main/kotlin/org/fossify/filemanager/views/MySwipeRefreshLayout.kt
Fix grammar after copy paste. Co-authored-by: Naveen Singh <[email protected]>
1 parent 2cf5a8a commit eacfb27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/org/fossify/filemanager/views/MySwipeRefreshLayout.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class MySwipeRefreshLayout @JvmOverloads constructor(
1414
override fun onInterceptTouchEvent(ev: MotionEvent?): Boolean {
1515
// Setting "isEnabled = false" is recommended for users of this ViewGroup
1616
// who who are not interested in the pull to refresh functionality
17-
// Setting this easily avoids executing code unneededsly before the check for "canChildScrollUp".
17+
// Setting this easily avoids executing code needlessly before the check for "canChildScrollUp".
1818
if (!isEnabled) {
1919
return false
2020
}

0 commit comments

Comments
 (0)