Can't Repro
Status Update
Comments
se...@gmail.com <se...@gmail.com> #2
Why is TwoRowsTopAppBar
even private and not public... Related:
rk...@google.com <rk...@google.com>
se...@gmail.com <se...@gmail.com> #4
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.material3:material3:1.4.0-alpha07
androidx.compose.material3:material3-android:1.4.0-alpha07
androidx.compose.material3:material3-jvmstubs:1.4.0-alpha07
androidx.compose.material3:material3-linuxx64stubs:1.4.0-alpha07
an...@google.com <an...@google.com> #5
Project: platform/frameworks/support
Branch: androidx-main
Author: Shalom Gibly <
Link:
Update the TwoRowsTopAppBar API
Expand for full commit details
Update the TwoRowsTopAppBar API
- Update the API to the feedback from the API council.
- Remove the `expanded` lambda parameter and have a separate params for
the expanded and collapsed heights.
Test: Updated
Bug: 306697446
Bug: 229134133
Bug: 268068946
Fixes: 394144086
Relnote: "Updates to the TowRowsTopAppBar API. We removed the `expanded`
lambda parameters and added separate parameters for the expanded and
collapsed heights."
Change-Id: Idd6777bc381871b9e77c040762c6bca7355cda8a
Files:
- M
compose/material3/material3/api/current.txt
- M
compose/material3/material3/api/restricted_current.txt
- M
compose/material3/material3/samples/src/main/java/androidx/compose/material3/samples/AppBarSamples.kt
- M
compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/AppBarTest.kt
- M
compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/AppBar.kt
Hash: e414ed68307128f55615f1e482bee2212677098c
Date: Thu Feb 06 13:54:36 2025
Description
In Android Studio Meerkat Feature Drop | 2024.3.2 Canary 8, the code editor incorrectly flags errors in the following function:
Despite these indications, the code compiles and runs successfully. Notably, this issue is not present in Android Studio Meerkat | 2024.3.1, where the same code does not produce any error highlights.
Steps to Reproduce:
toCoinUi
extension function as shown above.Expected Behavior: The code editor should not display errors for valid code that compiles and runs correctly.
The code causing the problem:https://github.com/NORMss/CoinMarketCap/commit/9a01a0197d5671c0d36586ccc76221748005edf5#diff-ccb3e91b758672ffd104f1dc7289033f356cc516c73b8a507cc1ea8f3114b7b0R33