Fixed
Status Update
Comments
yb...@google.com <yb...@google.com>
su...@google.com <su...@google.com> #2
As a workaround using reflection
try {
Class
.forName("androidx.compose.material3.TabRowKt")
.getDeclaredField("ScrollableTabRowMinimumTabWidth").apply {
isAccessible = true
}.set(this, 0f)
} catch (e: Exception) {
e.printStackTrace()
}
ad...@okcredit.in <ad...@okcredit.in> #3
this is still an issue on the latest compose stable version 1.5.4
ap...@google.com <ap...@google.com> #4
can I help resolve this issue?
ap...@google.com <ap...@google.com> #5
Any progress on this?
Description
Version used: 1.0.0-alpha06
Devices/Android versions reproduced on: 4.4.2
following issue contains relevant details: