影响打包的同名类调整 - Utils.java
This commit is contained in:
@@ -10,8 +10,8 @@ import java.lang.reflect.Method;
|
||||
/**
|
||||
* Created by hm
|
||||
*/
|
||||
public class Utils {
|
||||
private Utils() {
|
||||
public class SwipeActivityUtils {
|
||||
private SwipeActivityUtils() {
|
||||
}
|
||||
|
||||
/**
|
@@ -65,7 +65,7 @@ public class SwipeBackActivity extends RxAppCompatActivity implements SwipeBack
|
||||
|
||||
@Override
|
||||
public void scrollToFinishActivity() {
|
||||
Utils.convertActivityToTranslucent(this);
|
||||
SwipeActivityUtils.convertActivityToTranslucent(this);
|
||||
getSwipeBackLayout().scrollToFinishActivity();
|
||||
}
|
||||
|
||||
|
@@ -32,7 +32,7 @@ public class SwipeBackActivityHelper {
|
||||
|
||||
@Override
|
||||
public void onEdgeTouch(int edgeFlag) {
|
||||
Utils.convertActivityToTranslucent(mActivity);
|
||||
SwipeActivityUtils.convertActivityToTranslucent(mActivity);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user