diff --git a/Classes/LinphoneUI/UICallCell.m b/Classes/LinphoneUI/UICallCell.m index 5bb82643a..fc9bc1490 100644 --- a/Classes/LinphoneUI/UICallCell.m +++ b/Classes/LinphoneUI/UICallCell.m @@ -272,13 +272,11 @@ #pragma mark - Static Functions + (int)getMaximizedHeight { - int height = [LinphoneManager runningOnIpad] ? 300 : 280; - return height; + return 300; } + (int)getMinimizedHeight { - int height = [LinphoneManager runningOnIpad] ? 63 : 54; - return height; + return 63; } + (void)adaptSize:(UILabel*)label field:(UIView*)field {