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
587db637
Commit
587db637
authored
Aug 19, 2020
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发布1.0.6
parent
bd6e59e9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
build.gradle
build.gradle
+1
-1
SwipeUtils.java
...om/virjar/ratel/api/extension/superappium/SwipeUtils.java
+2
-1
No files found.
build.gradle
View file @
587db637
...
@@ -35,7 +35,7 @@ targetCompatibility = JDK_VERSION
...
@@ -35,7 +35,7 @@ targetCompatibility = JDK_VERSION
group
'com.virjar'
group
'com.virjar'
version
'1.0.6
-SNAPSHOT
'
version
'1.0.6'
compileJava
{
compileJava
{
...
...
src/main/java/com/virjar/ratel/api/extension/superappium/SwipeUtils.java
View file @
587db637
...
@@ -150,7 +150,8 @@ public class SwipeUtils {
...
@@ -150,7 +150,8 @@ public class SwipeUtils {
@Override
@Override
public
void
handleMessage
(
Message
msg
)
{
public
void
handleMessage
(
Message
msg
)
{
ViewImage
theView
=
mView
;
// 1.7 需要final
final
ViewImage
theView
=
mView
;
if
(
theView
==
null
)
{
if
(
theView
==
null
)
{
Log
.
e
(
SuperAppium
.
TAG
,
"scroll view has bean destroyed"
);
Log
.
e
(
SuperAppium
.
TAG
,
"scroll view has bean destroyed"
);
...
...
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