Skip to content

Commit 2e7f737

Browse files
author
thyttan
committed
messagegui: move the back and menu button to their own row
1 parent 75f137e commit 2e7f737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/messagegui/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ function showMessagesScroller(msg) {
282282
const FONT_HEIGHT = g.getFontHeight();
283283
let initScroll;
284284
var titleLines = [];
285-
let allLines = [];
285+
let allLines = [""];
286286
let firstTitleLinePerMsg = [];
287287
let footerImgNeg, footerImgPos;
288288
for (let i=0 ; i<MESSAGES.length ; i++) {

0 commit comments

Comments
 (0)