Fix lint error
This commit is contained in:
+2
-1
@@ -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 -> {
|
||||
|
||||
Reference in New Issue
Block a user