Update join button icon

This commit is contained in:
ismailgulek
2021-04-21 14:02:01 +03:00
parent d947ff438f
commit b29f6a4d50
+1 -1
View File
@@ -1501,7 +1501,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
{
// show Join button
CallTileActionButton *button = [CallTileActionButton new];
[button setImage:[UIImage imageNamed:@"video_call"] forState:UIControlStateNormal];
[button setImage:[UIImage imageNamed:@"call_video_icon"] forState:UIControlStateNormal];
[button setTitle:NSLocalizedStringFromTable(@"room_join_group_call", @"Vector", nil) forState:UIControlStateNormal];
[button addTarget:self
action:@selector(onVideoCallPressed:)