make KeyIdExtractor code more readable

This commit is contained in:
Vincent Breitmoser
2017-04-26 11:35:40 +02:00
parent 612cd89046
commit 269f98bee0
3 changed files with 95 additions and 66 deletions

View File

@@ -25,6 +25,8 @@ import org.sufficientlysecure.keychain.Constants;
public class KeychainExternalContract {
public static final int KEY_STATUS_UNVERIFIED = 1;
public static final int KEY_STATUS_VERIFIED = 2;
// this is in KeychainExternalContract already, but we want to be double
// sure this isn't mixed up with the internal one!