AlphaWallet / AlphaWallet/alpha-wallet-android
Stop app crash when background service not available
Aperta
Free for all
High Priority
- Lingua principale
- Java
- Stelle
- 646
- Fork
- 579
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
This source:
```
Intent i = new Intent(this, PriceAlertsService.class);
startService(i);
```
In HomeActivity crashes when the phone doesn't allow background services. Wrap in exception handler so if user has prevented background services the app doesn't crash.
I'm marking as high priority (@hboon - I think it's high priority as a user is having their app crash at startup).
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.