We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166e388 commit 408f23bCopy full SHA for 408f23b
fluentui_progress/src/main/java/com/microsoft/fluentui/tokenized/shimmer/Shimmer.kt
@@ -106,8 +106,9 @@ internal fun InternalShimmer(
106
} else {
107
shimmerDelay
108
}
109
- val orientation: ShimmerOrientation = if(tokens.orientation(shimmerInfo) != ShimmerOrientation._NONE){
110
- tokens.orientation(shimmerInfo)
+ val tokenOrientation = tokens.orientation(shimmerInfo)
+ val orientation: ShimmerOrientation = if(tokenOrientation != ShimmerOrientation._NONE){
111
+ tokenOrientation
112
113
shimmerOrientation
114
0 commit comments