Skip to content

Commit

Permalink
[FIX/#14] solving conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Jul 11, 2024
1 parent 39ec9e6 commit cb3b7a0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ fun TerningBasicTopAppBar(
IconButton(
onClick = {
onBackButtonClick.invoke()
}) {
}
) {
Icon(
painter = painterResource(id = R.drawable.ic_back),
contentDescription = stringResource(id = R.string.ic_back),
Expand Down

0 comments on commit cb3b7a0

Please sign in to comment.