BreakpointInfo is not always stored into the database (mostly happening on mobile data)
BreakpointInfo breakpointInfo = OkDownload.with().breakpointStore().get(id); this still returns true but It won't store in database, after restarting the app, it will download form the beginning
I have to insert it manually after an error like this:
OkDownload Version
v1.0.7
Problem Describe
BreakpointInfo is not always stored into the database (mostly happening on mobile data)
BreakpointInfo breakpointInfo = OkDownload.with().breakpointStore().get(id);
this still returns true but It won't store in database, after restarting the app, it will download form the beginningI have to insert it manually after an error like this: