Browse Source
Merge pull request #57 from CoboVault/btc_only_dev
fix crash issue
btc_only
soralit
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
app/src/main/java/com/cobo/cold/viewmodel/CoinListViewModel.java
|
|
@ -99,6 +99,7 @@ public class CoinListViewModel extends AndroidViewModel { |
|
|
|
coin.addAccount(account); |
|
|
|
} |
|
|
|
} |
|
|
|
if (coin.accounts.isEmpty()) continue; |
|
|
|
syncBuilder.addCoin(coin); |
|
|
|
} |
|
|
|
sync.postValue(syncBuilder.build()); |
|
|
|