diff --git a/src/controllers/livetvstatus.js b/src/controllers/livetvstatus.js index be6cb1c738..2b7a1ee730 100644 --- a/src/controllers/livetvstatus.js +++ b/src/controllers/livetvstatus.js @@ -265,7 +265,7 @@ function showDeviceMenu(button, tunerDeviceId) { id: 'edit' }); - require(['actionsheet'], function (actionsheet) { + import('actionsheet').then(({default: actionsheet}) => { actionsheet.show({ items: items, positionTo: button