Add support for Apple context menus in matrix items list screens (#5963)

This commit is contained in:
Gil Eluard
2022-04-04 20:07:06 +02:00
committed by GitHub
parent ff78d21755
commit 1adfa904ae
27 changed files with 1577 additions and 376 deletions
+5
View File
@@ -1593,6 +1593,11 @@ static CGSize kThreadListBarButtonItemImageSize;
- (BOOL)isRoomPreview
{
if (self.isContextPreview)
{
return YES;
}
// Check first whether some preview data are defined.
if (roomPreviewData)
{