Changelog

This commit is contained in:
Dominik Schürmann
2014-04-03 15:19:49 +02:00
parent 04b0425d45
commit c3091c2b5d
3 changed files with 8 additions and 2 deletions

View File

@@ -373,7 +373,7 @@ public class OpenPgpService extends RemoteService {
result.putExtra(OpenPgpApi.RESULT_CODE, OpenPgpApi.RESULT_CODE_SUCCESS);
// TODO: also return PendingIntent that opens the key view activity
return result;
}
} catch (Exception e) {