SettingsViewController: Apply OLMKit API change.

This commit is contained in:
giomfo
2017-01-19 15:44:17 +01:00
parent 7d6bb00b70
commit 49ce235809
@@ -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;