File tree Expand file tree Collapse file tree
libs/bufferstreams/examples/app/java/com/android/graphics/bufferstreamsdemoapp Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package com.android.graphics.bufferstreamsdemoapp
22
3- import androidx.compose.material.icons.Icons
4- import androidx.compose.material.icons.automirrored.filled.ArrowBack
53import androidx.compose.material3.Icon
64import androidx.compose.material3.IconButton
75import androidx.compose.material3.MaterialTheme
@@ -29,10 +27,11 @@ fun BufferDemosAppBar(
2927 navigationIcon = {
3028 if (canNavigateBack) {
3129 IconButton (onClick = navigateUp) {
32- Icon (
33- imageVector = Icons .AutoMirrored .Filled .ArrowBack ,
34- contentDescription = stringResource(R .string.back_button)
35- )
30+ // b/355293776
31+ // Icon(
32+ // imageVector = Icons.AutoMirrored.Filled.ArrowBack,
33+ // contentDescription = stringResource(R.string.back_button)
34+ // )
3635 }
3736 }
3837 }
You can’t perform that action at this time.
0 commit comments