Merge branch 'develop' into voip_design_updates

This commit is contained in:
ismailgulek
2021-03-17 16:37:52 +03:00
5 changed files with 56 additions and 48 deletions
@@ -258,8 +258,12 @@
[self updateStatusInfo];
}
// we may have changed the number of bubbles in this block, consider that change
return bubbles.count;
}
// leave it as is, if coming as 0 from super
return count;
}