diff --git a/src/App/App.js b/src/App/App.js index 7a1383dc4..ea226895f 100644 --- a/src/App/App.js +++ b/src/App/App.js @@ -7,6 +7,7 @@ const { Router } = require('stremio-router'); const { Core, Shell, Chromecast, DragAndDrop, KeyboardShortcuts, ServicesProvider } = require('stremio/services'); const { NotFound } = require('stremio/routes'); const { FileDropProvider, PlatformProvider, ToastProvider, TooltipProvider, ShortcutsProvider, CONSTANTS, withCoreSuspender, useShell, useBinaryState } = require('stremio/common'); +const { FullscreenProvider } = require('stremio/common/Fullscreen'); const ServicesToaster = require('./ServicesToaster'); const DeepLinkHandler = require('./DeepLinkHandler'); const SearchParamsHandler = require('./SearchParamsHandler'); @@ -214,18 +215,20 @@ const App = () => { - { - shortcutModalOpen && - } - - - - - + + { + shortcutModalOpen && + } + + + + + +