Handle no selection of pub keys correctly

This commit is contained in:
Dominik Schürmann
2013-09-09 19:46:18 +02:00
parent 8a8d7c7738
commit 6693b8b75d
2 changed files with 15 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ import android.os.Parcelable;
public class CryptoError implements Parcelable {
public static final int ID_NO_WRONG_PASSPHRASE = 1;
public static final int ID_NO_USER_IDS = 2;
int errorId;
String message;