mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Add support for Apple context menus in matrix items list screens (#5963)
This commit is contained in:
@@ -1593,6 +1593,11 @@ static CGSize kThreadListBarButtonItemImageSize;
|
||||
|
||||
- (BOOL)isRoomPreview
|
||||
{
|
||||
if (self.isContextPreview)
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
// Check first whether some preview data are defined.
|
||||
if (roomPreviewData)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user