ui: adapt to recentmodel changes

when there is only one call with the peer, do not show a child.

Issue: #75334
Change-Id: Ia0e9cb381771ca4d1d9282651632333498294c97
diff --git a/src/views/ContextualTableCellView.h b/src/views/ContextualTableCellView.h
index ee833ff..39ed095 100644
--- a/src/views/ContextualTableCellView.h
+++ b/src/views/ContextualTableCellView.h
@@ -26,4 +26,9 @@
  */
 @property (nonatomic) NSMutableArray* contextualsControls;
 
+/**
+ * BOOL specifying if controls should be presented when mouse is hover
+ */
+@property (nonatomic) BOOL activeState;
+
 @end