Native fix
This commit is contained in:
parent
f9d1003527
commit
b00fc92ee6
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue