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:
parent
2d2361d078
commit
2d08f9e149
10 changed files with 14 additions and 14 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue