fix: imageload download logic

This commit is contained in:
wangcongtao
2020-01-06 14:59:03 +08:00
parent f93d15f80a
commit 733ce0c55c
20 changed files with 250 additions and 51 deletions

View File

@@ -72,7 +72,7 @@ public class AbsMogoApplication extends Application {
TipToast.init( sApp, null );
initNetConfig();
// initAccountSdk();
initAccountSdk();
}
private static void initNetConfig() {

View File

@@ -15,7 +15,7 @@ import java.lang.reflect.Method;
* Created by congtaowang on 2018/3/29.
*/
class Utils {
public class Utils {
public static String getCellId( Context context ) {
TelephonyManager tm = ( TelephonyManager ) context.getSystemService( Context.TELEPHONY_SERVICE );