Commit e477d77f by sikang

update channel config

parent 807ada3f
......@@ -95,7 +95,10 @@ public class LibConfig {
if (application != null) {
CONTEXT = application;
if (!TextUtils.isEmpty(XH_CHANNEL_NAME)) {
XH_CHANNEL_NAME = WalleChannelReader.getChannel(application.getApplicationContext());
String channel = WalleChannelReader.getChannel(application.getApplicationContext());
if (!TextUtils.isEmpty(channel)) {
XH_CHANNEL_NAME = channel;
}
}
//APP名字
......
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