Fixing something CI failed at

This commit is contained in:
Justin Mitchell 2026-01-04 00:55:14 -05:00
parent 38de053266
commit d75d911c1b

View File

@ -36,6 +36,9 @@ class KOReaderSyncActivity final : public ActivityWithSubactivity {
currentSpineIndex(currentSpineIndex),
currentPage(currentPage),
totalPagesInSpine(totalPagesInSpine),
remoteProgress{},
remotePosition{},
localProgress{},
onCancel(std::move(onCancel)),
onSyncComplete(std::move(onSyncComplete)) {}