added missing subscription change notify in rsgenexchange when creating a new group

This commit is contained in:
Cyril Soler 2016-02-02 09:45:48 -05:00
parent 14a1c0ebd2
commit dc9fadd7c9

View File

@ -2365,7 +2365,9 @@ void RsGenExchange::publishGrps()
if(ggps.mIsUpdate)
mDataAccess->updateGroupData(grp);
else
mDataAccess->addGroupData(grp);
mDataAccess->addGroupData(grp);
mNetService->subscribeStatusChanged(grpId,true) ;
}
else
{