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 @@ -40,7 +40,7 @@ import androidx.compose.material.MaterialTheme
4040import androidx.compose.material.Text
4141import androidx.compose.material.TextButton
4242import androidx.compose.material.icons.Icons
43- import androidx.compose.material.icons.filled.Sort
43+ import androidx.compose.material.icons.automirrored. filled.Sort
4444import androidx.compose.runtime.Composable
4545import androidx.compose.runtime.getValue
4646import androidx.compose.runtime.mutableStateOf
@@ -196,7 +196,7 @@ private fun AlertItem(message: String) {
196196 .align(Alignment .Top )
197197 .clearAndSetSemantics {}
198198 ) {
199- Icon (Icons .Filled .Sort , contentDescription = null )
199+ Icon (Icons .AutoMirrored . Filled .Sort , contentDescription = null )
200200 }
201201 }
202202}
You can’t perform that action at this time.
0 commit comments