Фикс: убрал start new call
All checks were successful
Android Kernel Build / build (push) Successful in 19m17s
All checks were successful
Android Kernel Build / build (push) Successful in 19m17s
This commit is contained in:
@@ -108,21 +108,6 @@ fun CallsHistoryScreen(
|
|||||||
modifier = modifier.fillMaxSize().background(backgroundColor),
|
modifier = modifier.fillMaxSize().background(backgroundColor),
|
||||||
contentPadding = PaddingValues(bottom = 16.dp)
|
contentPadding = PaddingValues(bottom = 16.dp)
|
||||||
) {
|
) {
|
||||||
item(key = "start_new_call") {
|
|
||||||
StartNewCallRow(
|
|
||||||
isDarkTheme = isDarkTheme,
|
|
||||||
onClick = onStartNewCall
|
|
||||||
)
|
|
||||||
Divider(color = dividerColor, thickness = 0.5.dp)
|
|
||||||
Text(
|
|
||||||
text = "You can add up to 200 participants to a call.",
|
|
||||||
color = secondaryTextColor,
|
|
||||||
fontSize = 13.sp,
|
|
||||||
modifier = Modifier.fillMaxWidth().padding(horizontal = 16.dp, vertical = 10.dp)
|
|
||||||
)
|
|
||||||
Divider(color = dividerColor, thickness = 0.5.dp)
|
|
||||||
}
|
|
||||||
|
|
||||||
if (items.isEmpty()) {
|
if (items.isEmpty()) {
|
||||||
item(key = "empty_calls") {
|
item(key = "empty_calls") {
|
||||||
EmptyCallsState(
|
EmptyCallsState(
|
||||||
|
|||||||
Reference in New Issue
Block a user