DsBridge 转为本地依赖,暂时停用chucker(jitpack连不上)

This commit is contained in:
chenjuntao
2020-07-02 11:03:34 +08:00
parent 951817455a
commit 935fb1149f
14 changed files with 1038 additions and 17 deletions

View File

@ -1,4 +1,5 @@
package com.gh.common.view;
import android.content.Context;
import android.util.AttributeSet;
import android.view.MotionEvent;
@ -7,7 +8,8 @@ import androidx.core.view.MotionEventCompat;
import androidx.core.view.NestedScrollingChild;
import androidx.core.view.NestedScrollingChildHelper;
import androidx.core.view.ViewCompat;
import wendu.dsbridge.DWebView;
import com.gh.common.view.dsbridge.DWebView;
public class NestedScrollWebView extends DWebView implements NestedScrollingChild {