We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591c0ef commit 79e7f63Copy full SHA for 79e7f63
apps/msgtwscr/boot.js
@@ -10,9 +10,9 @@
10
if (global.__FILE__=="messagegui.new.js") {
11
onTwistEmitDrag();
12
}
13
- },1000)
+ },700)
14
// 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
+ // after 700 milliseconds. But this at least seems to work w/o sometimes
16
// activating when it shouldn't.
17
// Maybe we could add events for when fast load and/or Bangle.uiRemove occurs?
18
// Then that could be used similarly to boot code and/or the `kill` event.
@@ -45,8 +45,6 @@
45
showMessageUIRemove();
46
47
}},
48
- 500
49
- )
50
-
+ 800)
51
52
0 commit comments