Closed sdsantos closed 1 year ago
Testing out the latest version at develop and noticed a small thing that was probably missed. The method resourceAtUrl at R2BasicWebView.Listener should probably have a default value null like the other new methods tagged with @InternalReadiumApi.
develop
resourceAtUrl
R2BasicWebView.Listener
null
@InternalReadiumApi
Good point, I fixed it in https://github.com/readium/kotlin-toolkit/pull/305
Testing out the latest version at
develop
and noticed a small thing that was probably missed. The methodresourceAtUrl
atR2BasicWebView.Listener
should probably have a default valuenull
like the other new methods tagged with@InternalReadiumApi
.