Fixed
Status Update
Comments
lp...@google.com <lp...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
Author: Louis Pullen-Freilich <
Link:
Adds zero arg WindowInsets function to allow creating empty insets
Expand for full commit details
Adds zero arg WindowInsets function to allow creating empty insets
Fixes: b/395311689
Test: updateApi
Relnote: "Added a zero arg WindowInsets() factory function to easily create empty WindowInsets"
Change-Id: I65f6296e8d870ac93dd38d086c41a7e9c04ba59d
Files:
- M
compose/foundation/foundation-layout/api/current.txt
- M
compose/foundation/foundation-layout/api/restricted_current.txt
- M
compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/WindowInsets.kt
Hash: b06a2f7e09293ce9f2b666d54ea64ed09bf30173
Date: Mon Feb 10 15:40:02 2025
Description
Jetpack Compose version: 1.7.7
Jetpack Compose component(s) used: foundation-layout
WindowInsets
has two zero arg constructors (or rather with all arguments having default values). This makes it impossible to callWindowInsets()
as Kotlin cannot resolve which constructor should be used. A no arg constructor should be added so you can create "empty" insets