File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
NavigationCodelab/app/src/main/java/com/example/compose/rally/ui/overview
TestingCodelab/app/src/main/java/com/example/compose/rally/ui/overview Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import androidx.compose.material.MaterialTheme
3535import androidx.compose.material.Text
3636import androidx.compose.material.TextButton
3737import androidx.compose.material.icons.Icons
38- import androidx.compose.material.icons.filled.Sort
38+ import androidx.compose.material.icons.automirrored. filled.Sort
3939import androidx.compose.runtime.Composable
4040import androidx.compose.runtime.getValue
4141import androidx.compose.runtime.mutableStateOf
@@ -162,7 +162,7 @@ private fun AlertItem(message: String) {
162162 .align(Alignment .Top )
163163 .clearAndSetSemantics {}
164164 ) {
165- Icon (Icons .Filled .Sort , contentDescription = null )
165+ Icon (Icons .AutoMirrored . Filled .Sort , contentDescription = null )
166166 }
167167 }
168168}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import androidx.compose.material.MaterialTheme
3636import androidx.compose.material.Text
3737import androidx.compose.material.TextButton
3838import androidx.compose.material.icons.Icons
39- import androidx.compose.material.icons.filled.Sort
39+ import androidx.compose.material.icons.automirrored. filled.Sort
4040import androidx.compose.runtime.Composable
4141import androidx.compose.runtime.LaunchedEffect
4242import androidx.compose.runtime.getValue
@@ -181,7 +181,7 @@ private fun AlertItem(message: String) {
181181 .align(Alignment .Top )
182182 .clearAndSetSemantics {}
183183 ) {
184- Icon (Icons .Filled .Sort , contentDescription = null )
184+ Icon (Icons .AutoMirrored . Filled .Sort , contentDescription = null )
185185 }
186186 }
187187}
You can’t perform that action at this time.
0 commit comments