In master onInit
var that = this;
sap.ui.getCore().getEventBus().subscribe("app", "RemoveSelectionEvt", function (sChannelId, sEventId, oData) {
that.byId("list").removeSelections(true);
});
in Detail in Listo
sap.ui.getCore().getEventBus().publish("app", "RemoveSelectionEvt");