Bug Fix - Chat screen: tapping resend now does nothing

#510
This commit is contained in:
giomfo
2016-08-12 12:08:19 +02:00
parent d81c78c3b2
commit 57b1dce363
2 changed files with 5 additions and 3 deletions
@@ -2326,9 +2326,6 @@
{
RoomActivitiesView *roomActivitiesView = (RoomActivitiesView*)self.activitiesView;
// Reset the button to join a conf call
roomActivitiesView.userInteractionEnabled = NO;
if ([AppDelegate theDelegate].isOffline)
{
[roomActivitiesView displayNetworkErrorNotification:NSLocalizedStringFromTable(@"room_offline_notification", @"Vector", nil)];