diff options
| author | Kalle Lindström <karl.lindstrom@mullvad.net> | 2025-08-04 11:19:50 +0200 |
|---|---|---|
| committer | Kalle Lindström <karl.lindstrom@mullvad.net> | 2025-08-04 12:44:04 +0200 |
| commit | 0a12ecffef67b5a3422dcd6ae53eeca114d407d4 (patch) | |
| tree | 44d63b0b26b4c01cba6ab3bcb97dd00d5b7676eb /android/app/src/debug | |
| parent | 1b2e05d8c9353da4caf97d71001e1f4f9311079a (diff) | |
| download | mullvadvpn-0a12ecffef67b5a3422dcd6ae53eeca114d407d4.tar.xz mullvadvpn-0a12ecffef67b5a3422dcd6ae53eeca114d407d4.zip | |
Attempt to fix potential ANR
In onReceive in NotificationAlarmReceiver onBlocking() was used which
could potentially take too much time and cause an ANR. This PR changes
the onBlocking() call to instead use the goAsync() API so that the
onReceive method can return immediately.
Diffstat (limited to 'android/app/src/debug')
0 files changed, 0 insertions, 0 deletions
