fix getChild before rageshake setup

This commit is contained in:
Timo K.
2026-07-07 19:05:10 +02:00
parent ad76969ce2
commit 3cc396f42c
6 changed files with 15 additions and 11 deletions

View File

@@ -15,9 +15,9 @@ import { scan } from "rxjs";
import { type WidgetHelpers } from "../src/widget";
import { type LivekitRoomItem } from "../src/state/CallViewModel/CallViewModel";
export const logger = rootLogger.getChild("[MatrixRTCSdk]");
export const tryMakeSticky = (widget: WidgetHelpers): void => {
const logger = rootLogger.getChild("[MatrixRTCSdk]");
logger.info("try making sticky MatrixRTCSdk");
void widget.api
.setAlwaysOnScreen(true)