Skip to content

Commit ba10ef9

Browse files
committed
Remoção de imagem não utilizada
1 parent 0d38ad1 commit ba10ef9

File tree

2 files changed

+2
-1
lines changed
  • core-shared-ui/src/main/res/drawable
  • feature-list-streams/src/main/java/com/codandotv/streamplayerapp/feature_list_streams/detail/presentation/widget

2 files changed

+2
-1
lines changed
-2.9 KB
Binary file not shown.

feature-list-streams/src/main/java/com/codandotv/streamplayerapp/feature_list_streams/detail/presentation/widget/DetailStreamToolbar.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import androidx.compose.ui.res.painterResource
1414
import androidx.compose.ui.res.stringResource
1515
import androidx.compose.ui.unit.dp
1616
import androidx.navigation.NavController
17+
import com.codandotv.streamplayerapp.core_shared_ui.R.*
1718
import com.codandotv.streamplayerapp.feature_list_streams.R
1819

1920
@OptIn(ExperimentalMaterial3Api::class)
@@ -39,7 +40,7 @@ fun DetailStreamToolbar(navController : NavController) {
3940
}
4041
IconButton(onClick = { }) {
4142
Image(
42-
painter = painterResource(id = com.codandotv.streamplayerapp.core_shared_ui.R.drawable.perfil_fake),
43+
painter = painterResource(id = drawable.perfil_fake),
4344
contentDescription = null
4445
)
4546
}

0 commit comments

Comments
 (0)