You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/designsystem/src/main/java/com/google/samples/apps/nowinandroid/core/designsystem/component/LoadingWheel.kt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ fun NiaLoadingWheel(
55
55
contentDesc:String,
56
56
modifier:Modifier = Modifier,
57
57
) {
58
-
val infiniteTransition = rememberInfiniteTransition()
58
+
val infiniteTransition = rememberInfiniteTransition(label ="wheel transition")
59
59
60
60
// Specifies the float animation for slowly drawing out the lines on entering
61
61
val startValue =if (LocalInspectionMode.current) 0Felse1F
0 commit comments