mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
SettingsViewController: Apply OLMKit API change.
This commit is contained in:
@@ -1155,7 +1155,7 @@ typedef void (^blockSettingsViewController_onReadyToDestroy)();
|
||||
}
|
||||
versionCell.textLabel.font = [UIFont systemFontOfSize:17];
|
||||
|
||||
versionCell.textLabel.text = [NSString stringWithFormat:NSLocalizedStringFromTable(@"settings_olm_version", @"Vector", nil), OLMKitVersionString()];
|
||||
versionCell.textLabel.text = [NSString stringWithFormat:NSLocalizedStringFromTable(@"settings_olm_version", @"Vector", nil), [OLMKit versionString]];
|
||||
versionCell.textLabel.textColor = kVectorTextColorBlack;
|
||||
|
||||
cell = versionCell;
|
||||
|
||||
Reference in New Issue
Block a user