From b1055276844536c75c9e3da39a213c781c2b2428 Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Wed, 20 Nov 2024 12:29:25 +0000 Subject: [PATCH] Extra typing --- src/state/CallViewModel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/CallViewModel.ts b/src/state/CallViewModel.ts index 5df503fd..58f8a389 100644 --- a/src/state/CallViewModel.ts +++ b/src/state/CallViewModel.ts @@ -956,7 +956,7 @@ export class CallViewModel extends ViewModel { this.scope.state(), ); - public readonly showFooter = this.windowMode.pipe( + public readonly showFooter: Observable = this.windowMode.pipe( switchMap((mode) => { switch (mode) { case "pip":