Shortcuts were being updated using `MainActivity.this` as the `Context` and leaking in `ShortcutManagerCompat`. Use the application context to fix this.
Shortcuts were being updated using `MainActivity.this` as the `Context` and leaking in `ShortcutManagerCompat`. Use the application context to fix this.