Handle wrong/no passphrase
This commit is contained in:
@@ -20,6 +20,8 @@ import android.os.Parcel;
|
||||
import android.os.Parcelable;
|
||||
|
||||
public class CryptoError implements Parcelable {
|
||||
public static final int ID_NO_WRONG_PASSPHRASE = 1;
|
||||
|
||||
int errorId;
|
||||
String message;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user