Hi Denise,
I had the same problem, however I could fix it adding in the select method the following lines:
var oList = sap.ui.getCore().byId(listId);
var oSelectedItem = oList.getSelectedItem();
oList.setSelectedItem(oSelectedItem,false); // This action deselects item and allow you select the item again
Regards
Pablo