Handle no selection of pub keys correctly
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user