Commit 587db637 authored by Administrator's avatar Administrator

发布1.0.6

parent bd6e59e9
...@@ -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 {
......
...@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment