Skip to content

Commit

Permalink
iOS animations
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownJoe796 committed Oct 9, 2024
1 parent 556500d commit 13da5cf
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
package com.lightningkite.kiteui

import com.lightningkite.kiteui.models.Rect
import com.lightningkite.kiteui.models.Theme
import com.lightningkite.kiteui.models.dp
import com.lightningkite.kiteui.models.px
import com.lightningkite.kiteui.models.*
import com.lightningkite.kiteui.navigation.Screen
import com.lightningkite.kiteui.reactive.shared
import com.lightningkite.kiteui.views.ViewWriter
Expand All @@ -26,7 +23,7 @@ class LayoutsTestScreen : Screen {
}
h2("Sample").apply {
checks += {
assertEquals(true, parent?.themeAndBack?.useBackground)
assertEquals(UseBackground.Yes, parent?.themeAndBack?.useBackground)
assertEquals(
theme.spacing.px,
screenRectangle()?.top?.minus(above?.screenRectangle()?.bottom ?: 0.0) ?: 0.0,
Expand Down

0 comments on commit 13da5cf

Please sign in to comment.