Carl Benson
06/03/2021, 10:27 PMTlaster
06/04/2021, 5:33 AMandroid:configChanges="uiMode"
on beta08, theme will not work properly when changing the device's dark theme, which is working on beta07.iamthevoid
06/04/2021, 6:04 AMUnable to resolve activity for: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=ru.rt.designsystem.android.compose.test/androidx.activity.ComponentActivity }
since updated to beta07 when calling
@get:Rule
val composeTestRule: AndroidComposeTestRule<ActivityScenarioRule<ComponentActivity>, ComponentActivity> =
createAndroidComposeRule()
when updating to beta08 nothing changes. Anybody knows how can it be resolved?Tlaster
06/04/2021, 6:04 AMAbhishek Dewan
06/04/2021, 6:51 AMlatestNonEmptyAnchorsFlow
never collects. Am I doing something wrong here ?Carl Benson
06/04/2021, 8:36 AMmyanmarking
06/04/2021, 9:12 AMiamthevoid
06/04/2021, 9:58 AMPreview
in compose? A have build.gradle.kts
like i’ll post in thread shortly, but i receive error when try to build previewRooparsh
06/04/2021, 10:35 AMDanish Ansari
06/04/2021, 10:37 AMPardip
06/04/2021, 10:55 AMSlackbot
06/04/2021, 11:27 AMmyanmarking
06/04/2021, 11:54 AMProcess: com.recoverrelax.samplecompose, PID: 25973
java.lang.NoSuchMethodError: No static method drawRect-w2WG-Gw$default(Landroidx/compose/ui/graphics/drawscope/DrawScope;JJJFLandroidx/compose/ui/graphics/drawscope/DrawStyle;Landroidx/compose/ui/graphics/ColorFilter;Landroidx/compose/ui/graphics/BlendMode;ILjava/lang/Object;)V in class Landroidx/compose/ui/graphics/drawscope/DrawScope$DefaultImpls; or its super classes (declaration of 'androidx.compose.ui.graphics.drawscope.DrawScope$DefaultImpls' appears in /data/app/~~N4u3ZpQc0VQmQWkVneo2fA==/com.recoverrelax.samplecompose-7T8CqVR-pfvTlb_4zi7DpQ==/base.apk)
at androidx.compose.foundation.Background.drawRect(Background.kt:111)
at androidx.compose.foundation.Background.draw(Background.kt:103)
at androidx.compose.ui.node.ModifiedDrawNode.performDraw(ModifiedDrawNode.kt:102)
at androidx.compose.ui.node.LayoutNodeWrapper$invoke$1.invoke(LayoutNodeWrapper.kt:260)
at androidx.compose.ui.node.LayoutNodeWrapper$invoke$1.invoke(LayoutNodeWrapper.kt:259)
at androidx.compose.runtime.snapshots.SnapshotStateObserver.observeReads(SnapshotStateObserver.kt:121)
at androidx.compose.ui.node.OwnerSnapshotObserver.observeReads$ui_release(OwnerSnapshotObserver.kt:75)
at androidx.compose.ui.node.LayoutNodeWrapper.invoke(LayoutNodeWrapper.kt:259)
at androidx.compose.ui.node.LayoutNodeWrapper.invoke(LayoutNodeWrapper.kt:53)
at androidx.compose.ui.platform.RenderNodeApi29.record(RenderNodeApi29.android.kt:156)
at androidx.compose.ui.platform.RenderNodeLayer.updateDisplayList(RenderNodeLayer.android.kt:229)
at androidx.compose.ui.platform.RenderNodeLayer.drawLayer(RenderNodeLayer.android.kt:210)
André Thiele
06/04/2021, 1:12 PMnglauber
06/04/2021, 1:29 PMif (error) navController.navigate(ERROR_SCREEN)
, but I’m stuck in how to pass this action to the ErrorScreen…
Any thoughts?myanmarking
06/04/2021, 3:12 PMzhuinden
06/04/2021, 3:18 PMzhuinden
06/04/2021, 3:22 PMmyanmarking
06/04/2021, 5:07 PMShakil Karim
06/04/2021, 5:10 PMnglauber
06/04/2021, 5:50 PMTextField
. I’m setting isError
to true ~and adding semantic { error("Message") }
modifier~… do I need to do something else?myanmarking
06/04/2021, 5:58 PMSteven Elliott
06/04/2021, 8:18 PMtylerwilson
06/04/2021, 8:31 PMSlackbot
06/04/2021, 9:13 PMFunkyMuse
06/04/2021, 10:40 PMorangy
06/04/2021, 11:25 PMMitchell Skaggs
06/05/2021, 7:13 AMState<T>
and MutableState<T>
that read and write eagerly seems to work for now (haven't tested snapshotting extensively yet), but I'm concerned that I might need to be observing some types like dependentStateOf
does. Is there a way to integrate my new state types nicely with the existing state types?Kunal Raghav
06/05/2021, 10:01 AMAndré Thiele
06/05/2021, 12:01 PMAndré Thiele
06/05/2021, 12:01 PMColton Idle
06/05/2021, 2:14 PMnglauber
06/05/2021, 5:54 PMAndré Thiele
06/05/2021, 5:57 PMnglauber
06/05/2021, 6:00 PMOutlinedTextField
implementation and remove the padding… 🤷♂️ It’s not so complicated actually, but Compose does not currently provide this right now.André Thiele
06/05/2021, 6:01 PMColton Idle
06/05/2021, 8:17 PMnglauber
06/05/2021, 9:37 PMTextField.kt
and TextFieldImpl.kt
and did my changes… 🤷♂️horizontalMargin
and boom: everything works and we stop to see “how can I removed the padding from TextField?” 😄André Thiele
06/08/2021, 8:38 AMColton Idle
02/04/2022, 11:06 AMnglauber
02/09/2022, 12:44 AM