From b22915c16979386b21a5da0ecee2a40af905c98e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 11 Nov 2022 13:42:52 +0100 Subject: [PATCH] fix(rn,filmstrip) fix invalid selector registered as state listener --- react/features/filmstrip/functions.native.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/react/features/filmstrip/functions.native.ts b/react/features/filmstrip/functions.native.ts index ef1e58fbc..634d1adc6 100644 --- a/react/features/filmstrip/functions.native.ts +++ b/react/features/filmstrip/functions.native.ts @@ -85,6 +85,16 @@ export function getActiveParticipantsIds(_state: any) { return []; } +/** + * Not implemented on mobile. + * + * @param {any} _state - Redux state. + * @returns {Array} + */ +export function getPinnedActiveParticipants(_state: any) { + return []; +} + /** * Returns the number of participants displayed in tile view. *