no message
This commit is contained in:
parent
fc5f17018a
commit
01903c15f2
@ -77,7 +77,7 @@ open class Base : AppCompatActivity() {
|
||||
return true
|
||||
}
|
||||
MotionEvent.ACTION_BUTTON_RELEASE ->{
|
||||
|
||||
|
||||
if (actionButtonPressY == ev.y) {
|
||||
if (actionButtonPressX.minus(ev.x ?: 0f) > 0f) {
|
||||
Blog.LOGE("Arrow Right Click")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user