Fix new imagebuilders arguments

This commit is contained in:
Vishesh Handa
2020-06-19 12:49:14 +02:00
parent 4de7179819
commit a22f5ae758

View File

@ -74,7 +74,7 @@ class NoteViewer extends StatelessWidget {
launch(link);
}
},
imageBuilder: (url) => kDefaultImageBuilder(
imageBuilder: (url, title, alt) => kDefaultImageBuilder(
url, note.parent.folderPath + p.separator, null, null),
),
),