mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-16 06:28:27 +02:00
fix: share button appearing in document preview and update element version number (MESSENGER-7666)
This commit is contained in:
@@ -481,7 +481,7 @@ class BWIBuildSettings: NSObject {
|
||||
var passwordIndicatorOnLogin = true
|
||||
|
||||
// MARK: Displays the element base version on the settings screen
|
||||
var elementBaseVersion = "1.27.11"
|
||||
var elementBaseVersion = "1.11.31"
|
||||
|
||||
var showElementBaseVersion = true
|
||||
|
||||
|
||||
@@ -76,6 +76,11 @@ Please see LICENSE in the repository root for full details.
|
||||
}
|
||||
}
|
||||
|
||||
- (void)viewDidLoad
|
||||
{
|
||||
self.view.backgroundColor = UIColor.clearColor;
|
||||
}
|
||||
|
||||
- (IBAction)doneAction:(id)sender
|
||||
{
|
||||
[self dismissViewControllerAnimated:YES completion:^{
|
||||
|
||||
Reference in New Issue
Block a user