mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 04:36:58 +02:00
Chat input toolbar: enlarge button
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user