Fix empty card layout

pull/2866/head
v-crispadvice 2023-07-07 23:12:49 +03:00
parent 8e5d0f19d3
commit 1db67bc543
1 changed files with 2 additions and 1 deletions

View File

@ -140,9 +140,10 @@ function handleDrag(event) {
// initialize // initialize
loadLocalCards();
cardLayout.update(); cardLayout.update();
Bangle.loadWidgets(); Bangle.loadWidgets();
loadLocalCards();
Bangle.on("touch", handleTouch); Bangle.on("touch", handleTouch);
Bangle.on("stroke", handleDrag); Bangle.on("stroke", handleDrag);