You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2018. It is now read-only.
'''
05-13 02:45:02.970 9298-9442/? E/AndroidRuntime: FATAL EXCEPTION: Thread-1157
Process: com.easycloud.LazyCityBusiness, PID: 9298
java.lang.NullPointerException
at com.nordnetab.chcp.main.updater.UpdateLoaderWorker.run(UpdateLoaderWorker.java:80)
at com.nordnetab.chcp.main.updater.UpdatesLoader$1.run(UpdatesLoader.java:60)
at java.lang.Thread.run(Thread.java:841)
'''
'''
// check if there is a new content version available
if (newAppConfig.getContentConfig().getReleaseVersion().equals(oldAppConfig.getContentConfig().getReleaseVersion())) {
setNothingToUpdateResult(newAppConfig);
return;
}
'''
newAppConfig.getContentConfig().getReleaseVersion() is null
'''
05-13 02:45:02.970 9298-9442/? E/AndroidRuntime: FATAL EXCEPTION: Thread-1157
Process: com.easycloud.LazyCityBusiness, PID: 9298
java.lang.NullPointerException
at com.nordnetab.chcp.main.updater.UpdateLoaderWorker.run(UpdateLoaderWorker.java:80)
at com.nordnetab.chcp.main.updater.UpdatesLoader$1.run(UpdatesLoader.java:60)
at java.lang.Thread.run(Thread.java:841)
'''
'''
// check if there is a new content version available
if (newAppConfig.getContentConfig().getReleaseVersion().equals(oldAppConfig.getContentConfig().getReleaseVersion())) {
setNothingToUpdateResult(newAppConfig);
return;
}
'''
newAppConfig.getContentConfig().getReleaseVersion() is null