Skip to content

Commit

Permalink
Ui: Fix shimmer crash
Browse files Browse the repository at this point in the history
* Immediate crash on A12 (and possibly more versions?)
  • Loading branch information
reocat committed Jan 14, 2025
1 parent 43f9394 commit e9ca4cc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ val ShimmerTheme = defaultShimmerTheme.copy(
repeatMode = RepeatMode.Restart
),
shaderColors = listOf(
Color.Unspecified.copy(alpha = 0.25f),
Color.Unspecified.copy(alpha = 0.50f),
Color.Unspecified.copy(alpha = 0.25f),
Color.White.copy(alpha = 0.25f),
Color.White.copy(alpha = 0.50f),
Color.White.copy(alpha = 0.25f),
),
)

0 comments on commit e9ca4cc

Please sign in to comment.