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.
kill
1 parent 750a595 commit 034ebfbCopy full SHA for 034ebfb
apps/apphist/boot.js
@@ -45,7 +45,8 @@ global.load = globalLoadWithHistory;
45
Bangle.load = addHistoryTraversalFastload(Bangle._load);
46
47
E.on('kill', ()=>{
48
- // Usually record history, but reset it if long press of HW button was used. May be tricky to release button quick enough to not trigger resetHistory.
+ // Usually record history, but reset it if long press of HW button was used.
49
+ // FIXME: May be tricky for user to release button quickly enough to not trigger resetHistory.
50
if (!BTN.read()) recordHistory(); else resetHistory();
51
});
52
}
0 commit comments