1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 10:19:33 +02:00

Config.runOnStart() => Config.runOnConnect()

This commit is contained in:
Nikolay Pultsin 2014-04-19 23:19:30 +01:00
parent 2d2361d078
commit 2d08f9e149
10 changed files with 14 additions and 14 deletions

View file

@ -55,7 +55,7 @@ public abstract class Util implements UserRegistrationConstants {
return;
}
Config.Instance().runOnStart(new Runnable() {
Config.Instance().runOnConnect(new Runnable() {
public void run() {
UIUtil.wait("loadingNetworkLibrary", new Runnable() {
public void run() {