Skip to content

Commit

Permalink
Update layoutlib to v14.0.9 (Koala Feature Drop +) (#1487)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Geoff Powell <[email protected]>
  • Loading branch information
renovate[bot] and geoff-powell authored Jul 12, 2024
1 parent 44f8428 commit 2153344
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ coroutines = "1.8.1"
javaTarget = "11"
kotlin = "2.0.0"
ksp = "2.0.0-1.0.22"
layoutlib = "14.0.8"
layoutlib = "14.0.9"
moshi = "1.15.1"

minSdk = "25"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion paparazzi/src/main/java/app/cash/paparazzi/PaparazziSdk.kt
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,8 @@ public class PaparazziSdk @JvmOverloads constructor(
}
}
} finally {
viewGroup.removeView(modifiedView)
viewGroup.removeAllViews()

// Remove any applied render extensions
if (modifiedView !== view) {
(view.parent as ViewGroup).removeView(view)
Expand Down

0 comments on commit 2153344

Please sign in to comment.