Native fix

This commit is contained in:
Robert Pintilii 2022-04-20 12:36:59 +03:00 committed by Hristo Terezov
parent f9d1003527
commit b00fc92ee6
1 changed files with 9 additions and 0 deletions

View File

@ -112,6 +112,15 @@ export function isStageFilmstripAvailable() {
return false; return false;
} }
/**
* Whether the stage filmstrip is enabled.
*
* @returns {boolean}
*/
export function isStageFilmstripEnabled() {
return false;
}
/** /**
* Whether the stage filmstrip should be displayed or not. * Whether the stage filmstrip should be displayed or not.
* *