From cf604588bfde5bf292fa10f44f7e6f70a4e364bf Mon Sep 17 00:00:00 2001 From: Jeroen Peters Date: Wed, 8 Dec 2021 02:06:15 +0100 Subject: [PATCH] Fix #968: messages app should not pop up with old messages --- apps/ios/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ios/boot.js b/apps/ios/boot.js index 846ce93d3..bf14aeb07 100644 --- a/apps/ios/boot.js +++ b/apps/ios/boot.js @@ -27,7 +27,7 @@ E.on('ANCS',msg=>{ var msg = Bangle.ancsMessageQueue[0]; NRF.ancsGetNotificationInfo( msg.uid ).then( info => { - if(msg.preExisting){ + if(msg.preExisting === true){ info.new = false; } else { info.new = true;