AlphaWallet / AlphaWallet/alpha-wallet-android
Stop app crash when background service not available
Đang mở
Free for all
High Priority
- Ngôn ngữ chính
- Java
- Star
- 646
- Fork
- 579
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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).
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.