mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
Some logical changes to the fbreader/network core
Conflicts: TODO.SOAP
This commit is contained in:
parent
97b9107ea4
commit
3bf2d0ef8b
9 changed files with 72 additions and 61 deletions
|
@ -442,7 +442,7 @@ public class NetworkLibrary {
|
|||
|
||||
synchronized (myLinks) {
|
||||
for (INetworkLink link : activeLinks()) {
|
||||
final NetworkOperationData data = link.createOperationData(link, synchronizedListener);
|
||||
final NetworkOperationData data = link.createOperationData(synchronizedListener);
|
||||
final ZLNetworkRequest request = link.simpleSearchRequest(pattern, data);
|
||||
if (request != null) {
|
||||
dataList.add(data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue