When PiP is supported, use Back for top left icon instead of Close. #3197
This commit is contained in:
parent
77a42f2198
commit
a7c6b7e751
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ internal fun CallScreenView(
|
||||||
title = { Text(stringResource(R.string.element_call)) },
|
title = { Text(stringResource(R.string.element_call)) },
|
||||||
navigationIcon = {
|
navigationIcon = {
|
||||||
BackButton(
|
BackButton(
|
||||||
imageVector = CompoundIcons.Close(),
|
imageVector = if (pipState.supportPip) CompoundIcons.ArrowLeft() else CompoundIcons.Close(),
|
||||||
onClick = ::handleBack,
|
onClick = ::handleBack,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue