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

'updated' field for all INetworkLink urls has been introduced

This commit is contained in:
Nikolay Pultsin 2011-03-03 21:11:59 +00:00
parent 7c679882f4
commit dad7b7e8e4
14 changed files with 97 additions and 89 deletions

View file

@ -179,8 +179,8 @@ public class NetworkLibrary {
db.loadCustomLinks(
new NetworkDatabase.ICustomLinksHandler() {
public void handleCustomLinkData(int id, String siteName,
String title, String summary, String icon, Map<String, String> links) {
final ICustomNetworkLink link = OPDSLinkReader.createCustomLink(id, siteName, title, summary, icon, links);
String title, String summary, String icon, Map<String,URLInfo> infos) {
final ICustomNetworkLink link = OPDSLinkReader.createCustomLink(id, siteName, title, summary, icon, infos);
if (link != null) {
addLinkInternal(link);
}