another fix
parent
10d883255a
commit
2bca66666b
|
|
@ -182,9 +182,10 @@
|
|||
}
|
||||
});
|
||||
|
||||
const updateOnDrag = () => updateScrollIndicator(scroller.scroll);
|
||||
|
||||
if (settings.scrollbar) {
|
||||
// Update scroll indicator on drag
|
||||
const updateOnDrag = () => updateScrollIndicator(scroller.scroll);
|
||||
Bangle.on('drag', updateOnDrag);
|
||||
// Initialize the scroll indicator
|
||||
initScrollIndicator();
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"id": "cutelauncher",
|
||||
"name": "Cute Launcher",
|
||||
"shortName": "Cute Launcher",
|
||||
"version": "0.24",
|
||||
"version": "0.25",
|
||||
"description": "A simple launcher app for Bangle.js 2 that makes use of the full touchscreen",
|
||||
"icon": "app.png",
|
||||
"type": "launch",
|
||||
|
|
|
|||
Loading…
Reference in New Issue