mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Remove spaces for consistency
This commit is contained in:
parent
0ceb273b35
commit
34c5c9f621
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ class SwipeToDeleteCallback(private val adapter: DownloadHeaderAdapter) : ItemTo
|
|||
val backgroundTop = swipeItemView.top
|
||||
val backgroundBottom = swipeItemView.bottom
|
||||
|
||||
if (x in backgroundLeft..backgroundRight && y in backgroundTop .. backgroundBottom) {
|
||||
if (x in backgroundLeft..backgroundRight && y in backgroundTop..backgroundBottom) {
|
||||
handleDelete(pos)
|
||||
handled = true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue