mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
update comment + fix tests
This commit is contained in:
@@ -133,8 +133,8 @@ export function useAppBarTitle(title: string): void {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* React hook which sets the title to be shown in the app bar, if present. It is
|
* React hook which sets the primary button icon kind. Can only be "minimise" or "back"
|
||||||
* an error to call this hook from multiple sites in the same component tree.
|
* It is an error to call this hook from multiple sites in the same component tree.
|
||||||
*/
|
*/
|
||||||
export function useAppBarPrimaryButtonIconKind(
|
export function useAppBarPrimaryButtonIconKind(
|
||||||
icon: "back" | "minimise",
|
icon: "back" | "minimise",
|
||||||
|
|||||||
@@ -39,11 +39,6 @@ exports[`LobbyView > renders with AppBar android 1`] = `
|
|||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<h1
|
|
||||||
class="_typography_6v6n8_153 _font-body-lg-medium_6v6n8_79"
|
|
||||||
>
|
|
||||||
Test Room
|
|
||||||
</h1>
|
|
||||||
<div
|
<div
|
||||||
class="nav rightNav"
|
class="nav rightNav"
|
||||||
/>
|
/>
|
||||||
@@ -282,11 +277,6 @@ exports[`LobbyView > renders with AppBar ios 1`] = `
|
|||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<h1
|
|
||||||
class="_typography_6v6n8_153 _font-body-lg-semibold_6v6n8_74"
|
|
||||||
>
|
|
||||||
Test Room
|
|
||||||
</h1>
|
|
||||||
<div
|
<div
|
||||||
class="nav rightNav"
|
class="nav rightNav"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user