mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-20 06:38:25 +00:00
Don't leak activity context to shortcut badger.
// FREEBIE
This commit is contained in:
parent
74ce839bc1
commit
3bac3c6263
@ -504,7 +504,7 @@ public class MessageNotifier {
|
|||||||
|
|
||||||
private static void updateBadge(Context context, int count) {
|
private static void updateBadge(Context context, int count) {
|
||||||
try {
|
try {
|
||||||
ShortcutBadger.setBadge(context, count);
|
ShortcutBadger.setBadge(context.getApplicationContext(), count);
|
||||||
} catch (Throwable t) {
|
} catch (Throwable t) {
|
||||||
// NOTE :: I don't totally trust this thing, so I'm catching
|
// NOTE :: I don't totally trust this thing, so I'm catching
|
||||||
// everything.
|
// everything.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user