AlphaWallet / AlphaWallet/alpha-wallet-android

Stop app crash when background service not available

Abierto
#3,147 2 comentarios 0 reacciones 1 asignado Reclamado por @seabornlee Ver en GitHub
Free for all High Priority
Lenguaje dominante
Java
Estrellas
646
Forks
579
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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).

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.