mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 10:32:46 +02:00
MESSENGER-3352 build settings
This commit is contained in:
@@ -825,7 +825,7 @@
|
||||
[cell addGestureRecognizer:cellTapGesture];
|
||||
|
||||
// BWI: allow changing the image zoom level by double tab
|
||||
if ([BwiBuildSettings allowDoubleTapOnImageAttachmentsForZoom]) {
|
||||
if ([BWIBuildSettings.shared allowDoubleTapOnImageAttachmentsForZoom]) {
|
||||
UITapGestureRecognizer *cellDoubleTapGesture = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(onCollectionViewCellDoubleTap:)];
|
||||
[cellDoubleTapGesture setNumberOfTapsRequired:2];
|
||||
cell.tag = item;
|
||||
|
||||
Reference in New Issue
Block a user