Fix lint error

This commit is contained in:
Deep
2021-09-10 15:09:26 -04:00
parent 642f95937e
commit cf767b20c3
@@ -143,7 +143,8 @@ public class AssetDetailActivity extends AsyncInitializationActivity
private void setUpAccountList() {
RecyclerView rvAccounts = findViewById(R.id.rv_accounts);
WalletCoinAdapter walletCoinAdapter = new WalletCoinAdapter(WalletCoinAdapter.AdapterType.ACCOUNTS_LIST);
WalletCoinAdapter walletCoinAdapter =
new WalletCoinAdapter(WalletCoinAdapter.AdapterType.ACCOUNTS_LIST);
KeyringController keyringController = getKeyringController();
if (keyringController != null) {
keyringController.getDefaultKeyringInfo(keyringInfo -> {