From 7c9bb5b21c0916f834b22c263cdc9d705319cd46 Mon Sep 17 00:00:00 2001 From: Andrea Maria Piana Date: Wed, 18 Nov 2020 09:12:45 +0100 Subject: [PATCH] Fix bug when coming back from background Fixes: #11441 Fixes: #11416 The issue was due to a nil pointer exception with the localNotificationService. Upon upgrade it would be disabled and therefore it would not be available. This was due to the fact that initialization comes from the database and not from status-react, so on upgrade it would not be available. Signed-off-by: Andrea Maria Piana --- status-go-version.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/status-go-version.json b/status-go-version.json index 2ce1bf24d9..86d8587822 100644 --- a/status-go-version.json +++ b/status-go-version.json @@ -2,7 +2,7 @@ "_comment": "DO NOT EDIT THIS FILE BY HAND. USE 'scripts/update-status-go.sh ' instead", "owner": "status-im", "repo": "status-go", - "version": "v0.63.8", - "commit-sha1": "e8dbc66227b98fcf91b0626c7747c58f3d8b31fb", - "src-sha256": "16952l1zyj8bqzgb979w274d55nsihr5l0papvwkdk5i2xyps9q7" + "version": "v0.63.11", + "commit-sha1": "9814a9a5e76b6fe7d312f45bac41990bc0467d4d", + "src-sha256": "01j365ja4z6rm2hs5ck5az7wrx35v1sfwly8i0gldrisnnrh26dh" }