mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-08 20:12:39 +01:00
Apply spotless
This commit is contained in:
parent
0931219b05
commit
3cc6343e44
@ -25,7 +25,6 @@ import android.view.View
|
||||
import android.widget.FrameLayout
|
||||
import androidx.core.view.ViewCompat
|
||||
import androidx.customview.widget.ViewDragHelper
|
||||
import com.pitchedapps.frost.utils.L
|
||||
|
||||
class DragFrame @JvmOverloads constructor(
|
||||
context: Context,
|
||||
@ -84,7 +83,6 @@ class DragFrame @JvmOverloads constructor(
|
||||
v.getDrawingRect(rect)
|
||||
v.getLocationOnScreen(location)
|
||||
rect.offset(location[0], location[1])
|
||||
L.d { "${event.rawX} ${event.x} ${event.rawY} ${event.y} ${rect}" }
|
||||
return rect.contains(event.rawX.toInt(), event.rawY.toInt())
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user