Interface fixes

This commit is contained in:
RainLoop Team 2015-03-16 01:58:50 +04:00
parent bce1abd024
commit 3090b44dae
23 changed files with 388 additions and 248 deletions

View file

@ -649,10 +649,10 @@
{
aResult.push('emptySubject');
}
if (1 < this.threadsLen())
{
aResult.push('hasChildrenMessage');
}
// if (1 < this.threadsLen())
// {
// aResult.push('hasChildrenMessage');
// }
if (this.hasUnseenSubMessage())
{
aResult.push('hasUnseenSubMessage');