File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
readium/navigator/src/main/java/org/readium/r2/navigator/epub Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -274,16 +274,16 @@ public class EpubNavigatorFragment internal constructor(
274274 alpha : Double = 0.3,
275275 experimentalPositioning : Boolean = false,
276276 ) {
277- val updatedDefaultTemplates =
278- HtmlDecorationTemplates .defaultTemplates(
279- defaultTint,
280- lineWeight,
281- cornerRadius,
282- alpha,
283- experimentalPositioning,
284- )
285- decorationTemplates = decorationTemplates.copyWith(updatedDefaultTemplates)
286- }
277+ val updatedDefaultTemplates =
278+ HtmlDecorationTemplates .defaultTemplates(
279+ defaultTint,
280+ lineWeight,
281+ cornerRadius,
282+ alpha,
283+ experimentalPositioning,
284+ )
285+ decorationTemplates = decorationTemplates.copyWith(updatedDefaultTemplates)
286+ }
287287
288288 public companion object {
289289 public operator fun invoke (builder : Configuration .() -> Unit ): Configuration =
You can’t perform that action at this time.
0 commit comments