fix: share button appearing in document preview and update element version number (MESSENGER-7666)

This commit is contained in:
Jan Niklas Grabowski
2025-10-15 14:09:22 +02:00
parent 1b9e95f8d2
commit 16f3a6bfa3
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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:^{