AlphaWallet / AlphaWallet/alpha-wallet-android

Stop app crash when background service not available

オープン
#3,147 コメント 2 件 リアクション 0 件 担当者 1 名 @seabornlee が担当を希望しています GitHub で見る
Free for all High Priority
主要言語
Java
スター
646
フォーク
579
PR マージ指標
30日以内にマージされた PR はありません

説明

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

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。