Chat input toolbar: enlarge button

This commit is contained in:
giomfo
2015-08-19 11:05:47 +02:00
parent d63605ab0d
commit e516babe42
3 changed files with 41 additions and 31 deletions
@@ -156,6 +156,9 @@
{
[self.delegate roomInputToolbarView:self placeCallWithVideo:NO];
}
// Hide option menu
[self onTouchUpInside:self.optionMenuButton];
}
else if (button == self.startVideoCallButton)
{
@@ -163,14 +166,23 @@
{
[self.delegate roomInputToolbarView:self placeCallWithVideo:YES];
}
// Hide option menu
[self onTouchUpInside:self.optionMenuButton];
}
else if (button == self.shareLocationButton)
{
// TODO
// Hide option menu
[self onTouchUpInside:self.optionMenuButton];
}
else if (button == self.shareContactButton)
{
// TODO
// Hide option menu
[self onTouchUpInside:self.optionMenuButton];
}
[super onTouchUpInside:button];