forked from github/cinny
Add active call name into bottom panel
This commit is contained in:
@@ -386,7 +386,7 @@ function FixedBottomNavArea() {
|
|||||||
direction="Column"
|
direction="Column"
|
||||||
gap="200"
|
gap="200"
|
||||||
padding="300"
|
padding="300"
|
||||||
style={{ flexShrink: 0, borderTop: `1px solid ${config?.color?.LineStrong ?? '#ccc'}` }}
|
style={{ flexShrink: 0, borderTop: `1px solid` }}
|
||||||
>
|
>
|
||||||
<Text size="T200" color="Muted" align="Center">
|
<Text size="T200" color="Muted" align="Center">
|
||||||
No active call
|
No active call
|
||||||
@@ -397,7 +397,7 @@ function FixedBottomNavArea() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Text size="T200" color="Muted" align="Center">
|
<Text size="T200" color="Muted" align="Center">
|
||||||
{}
|
{mx.getRoom(activeCallRoomId)?.normalizedName}
|
||||||
</Text>
|
</Text>
|
||||||
);
|
);
|
||||||
} /*
|
} /*
|
||||||
|
|||||||
Reference in New Issue
Block a user