| < Previous by Date | Date Index | Next by Date > |
| Thread Index |
I've changed Hangup() method otherwise it causes assert in iterator:
while (mDialogSetMap.size() > 0)
{
AppDialogSetHandle dsh = mDialogSetMap.begin()->second;
dsh->end();
// will be removed in onTerminated
}