RoomViewController: Add logs when copy text failed.

This commit is contained in:
SBiOSoftWhare 2019-10-22 10:55:28 +02:00
parent 745e48aee3
commit 733298ede8

View file

@ -2683,7 +2683,7 @@
}
else
{
NSLog(@"[RoomViewController] Contextual menu permalink action failed. Permalink is nil.");
NSLog(@"[RoomViewController] Contextual menu permalink action failed. Permalink is nil room id/event id: %@/%@", selectedEvent.roomId, selectedEvent.eventId);
}
}
@ -5290,7 +5290,7 @@
}
else
{
NSLog(@"[RoomViewController] Contextual menu copy failed. Text is nil.");
NSLog(@"[RoomViewController] Contextual menu copy failed. Text is nil for room id/event id: %@/%@", selectedComponent.event.roomId, selectedComponent.event.eventId);
}
[self hideContextualMenuAnimated:YES];