fix: imageload download logic
This commit is contained in:
@@ -72,7 +72,7 @@ public class AbsMogoApplication extends Application {
|
||||
TipToast.init( sApp, null );
|
||||
|
||||
initNetConfig();
|
||||
// initAccountSdk();
|
||||
initAccountSdk();
|
||||
}
|
||||
|
||||
private static void initNetConfig() {
|
||||
|
||||
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user