影响打包的同名类调整 - Utils.java

This commit is contained in:
zu
2023-11-29 07:19:09 +08:00
parent 6b98da175d
commit 07417877f7
36 changed files with 36 additions and 443 deletions

View File

@@ -10,8 +10,8 @@ import java.lang.reflect.Method;
/**
* Created by hm
*/
public class Utils {
private Utils() {
public class SwipeActivityUtils {
private SwipeActivityUtils() {
}
/**

View File

@@ -65,7 +65,7 @@ public class SwipeBackActivity extends RxAppCompatActivity implements SwipeBack
@Override
public void scrollToFinishActivity() {
Utils.convertActivityToTranslucent(this);
SwipeActivityUtils.convertActivityToTranslucent(this);
getSwipeBackLayout().scrollToFinishActivity();
}

View File

@@ -32,7 +32,7 @@ public class SwipeBackActivityHelper {
@Override
public void onEdgeTouch(int edgeFlag) {
Utils.convertActivityToTranslucent(mActivity);
SwipeActivityUtils.convertActivityToTranslucent(mActivity);
}
@Override