Skip to content

Commit

Permalink
Remove explicit need of androidx-appcompat
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Dec 21, 2023
1 parent 65877ec commit 0908005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ fun MainNavigation() {
IconButton(onClick = { navController.navigateUp() }) {
Icon(
imageVector = Icons.Default.ArrowBack,
contentDescription = stringResource(androidx.appcompat.R.string.abc_action_bar_up_description)
contentDescription = stringResource(R.string.navigate_up)
)
}
}
Expand Down
1 change: 1 addition & 0 deletions pillarbox-demo/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@
<string name="stage">Stage</string>
<string name="test">Test</string>
<string name="update_media_item_example">Updatable media metadata</string>
<string name="navigate_up">Navigate up</string>
</resources>

0 comments on commit 0908005

Please sign in to comment.