From da5ad81656871ae2d8d8ff5c6fbce9a98a2dd57f Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Sat, 26 Sep 2015 21:34:22 +0200 Subject: [PATCH] Update sms-new.lua --- src/apps/sms-new.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/sms-new.lua b/src/apps/sms-new.lua index ff6df16..5cbbd75 100644 --- a/src/apps/sms-new.lua +++ b/src/apps/sms-new.lua @@ -109,7 +109,7 @@ local function readMsg() if pos > #loading then pos = 1 end elseif e[1] == "http_success" then displayWin.setCursorPos(1,y) - displayWin.write(" "..msg) + displayWin.write(" "..base64.decode(msg)) if y == my then displayWin.scroll(1) else y = y +1 end break elseif e[1] == "http_failure" then