AlphaWallet / AlphaWallet/alpha-wallet-android

Stop app crash when background service not available

Aperta
#3,147 2 commenti 0 reazioni 1 assegnatario Rivendicata da @seabornlee Vedi su GitHub
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.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.