mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
issue_80: Rageshake handling
Rageshake doesn't work on the image upload screen #80 - Define the navigation bar tint color. - Disable navigation bar tint color change according to HS status. - Set RageShake manager.
This commit is contained in:
@@ -38,6 +38,8 @@
|
||||
[super viewDidLoad];
|
||||
// Do any additional setup after loading the view, typically from a nib.
|
||||
|
||||
// The navigation bar tint color and the rageShake Manager are handled by super (see RoomParticipantsViewController)
|
||||
|
||||
self.navigationItem.title = NSLocalizedStringFromTable(@"room_creation_title", @"Vector", nil);
|
||||
|
||||
createBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:NSLocalizedStringFromTable(@"create", @"Vector", nil) style:UIBarButtonItemStylePlain target:self action:@selector(onButtonPressed:)];
|
||||
|
||||
Reference in New Issue
Block a user