From b00fc92ee691717a1d992674f30efd203c29a70d Mon Sep 17 00:00:00 2001 From: Robert Pintilii Date: Wed, 20 Apr 2022 12:36:59 +0300 Subject: [PATCH] Native fix --- react/features/filmstrip/functions.native.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/react/features/filmstrip/functions.native.js b/react/features/filmstrip/functions.native.js index fa9f191d0..5cb785093 100644 --- a/react/features/filmstrip/functions.native.js +++ b/react/features/filmstrip/functions.native.js @@ -112,6 +112,15 @@ export function isStageFilmstripAvailable() { return false; } +/** + * Whether the stage filmstrip is enabled. + * + * @returns {boolean} + */ +export function isStageFilmstripEnabled() { + return false; +} + /** * Whether the stage filmstrip should be displayed or not. *