Skip to content

Commit 6c3e43c

Browse files
committedNov 30, 2020
Spotless.
Change-Id: Ie2fe5dcdac2449c700a0888c16a3727a606f907a
1 parent 9431ca2 commit 6c3e43c

File tree

1 file changed

+2
-2
lines changed
  • Jetsnack/app/src/main/java/com/example/jetsnack/ui/components

1 file changed

+2
-2
lines changed
 

‎Jetsnack/app/src/main/java/com/example/jetsnack/ui/components/Surface.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ fun JetsnackSurface(
6767
@Composable
6868
private fun getBackgroundColorForElevation(color: Color, elevation: Dp): Color {
6969
return if (elevation > 0.dp // && https://issuetracker.google.com/issues/161429530
70-
// JetsnackTheme.colors.isDark //&&
71-
// color == JetsnackTheme.colors.uiBackground
70+
// JetsnackTheme.colors.isDark //&&
71+
// color == JetsnackTheme.colors.uiBackground
7272
) {
7373
color.withElevation(elevation)
7474
} else {

0 commit comments

Comments
 (0)