Update src/controllers/livetvstatus.js
Co-authored-by: Cameron <Influence365@gmail.com>
This commit is contained in:
parent
d14ac4b2e1
commit
620f9cd30f
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ function showDeviceMenu(button, tunerDeviceId) {
|
||||||
id: 'edit'
|
id: 'edit'
|
||||||
});
|
});
|
||||||
|
|
||||||
require(['actionsheet'], function (actionsheet) {
|
import('actionsheet').then(({default: actionsheet}) => {
|
||||||
actionsheet.show({
|
actionsheet.show({
|
||||||
items: items,
|
items: items,
|
||||||
positionTo: button
|
positionTo: button
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue