Skip to content

Commit 0bd6e5c

Browse files
AriesHoo@126.comAriesHoo@126.com
authored andcommitted
1、完善FastLib库混淆规则并增加部分三方库混淆规则
1 parent e900723 commit 0bd6e5c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

apk/sample.apk

1.07 KB
Binary file not shown.

app/src/main/java/com/aries/library/fast/demo/impl/HttpRequestControlImpl.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@ public void httpRequestError(IHttpRequestControl httpRequestControl, Throwable e
145145
}
146146
//初始页
147147
if (page == 0) {
148-
if (!NetworkUtil.isConnected(App.getContext())) {
149-
//可自定义网络错误页面展示
150-
statusLayoutManager.showCustomLayout(R.layout.layout_status_layout_manager_error);
151-
} else {
148+
// if (!NetworkUtil.isConnected(App.getContext())) {
149+
// //可自定义网络错误页面展示
150+
// statusLayoutManager.showCustomLayout(R.layout.layout_status_layout_manager_error);
151+
// } else {
152152
statusLayoutManager.showErrorLayout();
153-
}
153+
// }
154154
return;
155155
}
156156
//可根据不同错误展示不同错误布局 showCustomLayout(R.layout.xxx);

0 commit comments

Comments
 (0)