Skip to content

Commit 79e7f63

Browse files
author
thyttan
committed
msgtwscr: rebalance timeouts
1 parent 591c0ef commit 79e7f63

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

apps/msgtwscr/boot.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
if (global.__FILE__=="messagegui.new.js") {
1111
onTwistEmitDrag();
1212
}
13-
},1000)
13+
},700)
1414
// It feels like there's a more elegant solution than checking the filename
15-
// after 1000 milliseconds. But this at least seems to work w/o sometimes
15+
// after 700 milliseconds. But this at least seems to work w/o sometimes
1616
// activating when it shouldn't.
1717
// Maybe we could add events for when fast load and/or Bangle.uiRemove occurs?
1818
// Then that could be used similarly to boot code and/or the `kill` event.
@@ -45,8 +45,6 @@
4545
showMessageUIRemove();
4646
}
4747
}},
48-
500
49-
)
50-
48+
800)
5149
}
5250
}

0 commit comments

Comments
 (0)