[Messages] Don't turn on the screen after unread timeout expires

master
Alessandro Cocco 2022-05-26 22:39:36 +02:00
parent ac5c80ff38
commit d4edeb5096
3 changed files with 2 additions and 2 deletions

View File

@ -51,3 +51,4 @@
0.36: Ensure a new message plus an almost immediate deletion of that message doesn't load the messages app (fix #1362)
0.37: Now use the setUI 'back' icon in the top left rather than specific buttons/menu items
0.38: Add telegram foss handling
0.39: Don't turn on the screen after unread timeout expires (#1873)

View File

@ -1,7 +1,7 @@
{
"id": "messages",
"name": "Messages",
"version": "0.38",
"version": "0.39",
"description": "App to display notifications from iOS and Gadgetbridge/Android",
"icon": "app.png",
"type": "app",

View File

@ -27,7 +27,6 @@ draw:function(recall) {
if (quiet) WIDGETS["messages"].t -= 500000; // if quiet, set last time in the past so there is no buzzing
WIDGETS["messages"].width=this.iconwidth;
Bangle.drawWidgets();
Bangle.setLCDPower(1);// turns screen on
},hide:function() {
delete WIDGETS["messages"].t;
delete WIDGETS["messages"].l;