Fix key sharing

This commit is contained in:
Dominik Schürmann 2014-08-20 21:51:01 +02:00
parent e33e5b0003
commit fa25265e79

View File

@ -1128,9 +1128,7 @@ public class ProviderHelper {
ByteArrayOutputStream bos = new ByteArrayOutputStream();
String version = PgpHelper.getVersionForHeader(mContext);
if (version != null) {
keyRing.encodeArmored(bos, version);
}
keyRing.encodeArmored(bos, version);
String armoredKey = bos.toString("UTF-8");
Log.d(Constants.TAG, "armoredKey:" + armoredKey);