Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownJoe796 committed Jun 19, 2024
2 parents 1f19f5a + e639699 commit b04733f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library/library.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'library'
spec.version = 'main-SNAPSHOT'
spec.version = 'session2-SNAPSHOT'
spec.homepage = ''
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import org.w3c.dom.HTMLElement
import org.w3c.dom.HTMLImageElement
import org.w3c.dom.get
import org.w3c.dom.url.URL
import kotlin.time.measureTime

@Suppress("ACTUAL_WITHOUT_EXPECT")
actual typealias NImageView = HTMLDivElement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ actual inline fun ViewWriter.viewPagerActual(crossinline setup: ViewPager.() ->
).apply {
this.contentHolder.classList.add("viewPager")
}
println() /* Don't remove this. If you're tempted to do so, talk to Joseph or Wesley first. */
rc.forceCentering = true
this.asDynamic().__ROCK__controller = rc

Expand Down

0 comments on commit b04733f

Please sign in to comment.