Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
R
RatelExtension
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ratel
RatelExtension
Commits
c280888b
Commit
c280888b
authored
May 16, 2020
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
兼容 1.7 & 正式发布1.0.5
parent
d8f8201a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
SwipeUtils.java
...om/virjar/ratel/api/extension/superappium/SwipeUtils.java
+4
-4
No files found.
src/main/java/com/virjar/ratel/api/extension/superappium/SwipeUtils.java
View file @
c280888b
...
...
@@ -152,14 +152,14 @@ public class SwipeUtils {
@Override
public
void
handleMessage
(
Message
msg
)
{
ViewImage
theView
=
mView
.
get
();
final
ViewImage
theView
=
mView
.
get
();
if
(
theView
==
null
)
{
Log
.
e
(
SuperAppium
.
TAG
,
"scroll view has bean destroyed"
);
isScrolling
=
false
;
return
;
}
GestureBean
bean
=
(
GestureBean
)
msg
.
obj
;
final
GestureBean
bean
=
(
GestureBean
)
msg
.
obj
;
long
count
=
bean
.
count
;
if
(
count
>=
bean
.
totalCount
)
{
theView
.
dispatchPointerEvent
(
genFingerEvent
(
MotionEvent
.
ACTION_MOVE
,
bean
.
endX
,
bean
.
endY
));
...
...
@@ -196,8 +196,8 @@ public class SwipeUtils {
if
(
upEarly
)
{
theView
.
dispatchPointerEvent
(
genFingerEvent
(
MotionEvent
.
ACTION_MOVE
,
x
,
y
));
float
finalX
=
x
;
float
finalY
=
y
;
f
inal
f
loat
finalX
=
x
;
f
inal
f
loat
finalY
=
y
;
new
Handler
(
Looper
.
myLooper
()).
post
(
new
Runnable
()
{
@Override
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment