mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
MESSENGER-4258 Fixes from Testprotocol
This commit is contained in:
@@ -77,8 +77,10 @@
|
||||
[items removeObjectAtIndex:0];
|
||||
}
|
||||
self.previewController.navigationItem.rightBarButtonItems = items;
|
||||
// bwi no toolbar items to disallow share files
|
||||
// bwi: no toolbar items to disallow share files
|
||||
self.previewController.toolbarItems = nil;
|
||||
// bwi: no title to disallow sharing/printing
|
||||
self.previewController.navigationItem.title = @"";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user