From 620f9cd30fb14f3cd5fd7a78b1732e1c4d926c5d Mon Sep 17 00:00:00 2001 From: Matjaz Zavski Date: Fri, 31 Jul 2020 18:41:31 +0200 Subject: [PATCH] Update src/controllers/livetvstatus.js Co-authored-by: Cameron --- src/controllers/livetvstatus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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