check fingerprint length after scanning qr code

Fixes #1281
This commit is contained in:
Vincent Breitmoser
2015-05-17 10:36:14 +02:00
parent fb96b6dfa9
commit b62ad4d79c
3 changed files with 29 additions and 15 deletions

View File

@@ -711,7 +711,8 @@ public abstract class OperationResult implements Parcelable {
MSG_ACC_SAVED (LogLevel.INFO, R.string.api_settings_save_msg),
MSG_WRONG_QR_CODE (LogLevel.INFO, R.string.import_qr_code_wrong),
MSG_WRONG_QR_CODE (LogLevel.ERROR, R.string.import_qr_code_wrong),
MSG_WRONG_QR_CODE_FP(LogLevel.ERROR, R.string.import_qr_code_fp),
MSG_NO_VALID_ENC (LogLevel.ERROR, R.string.error_invalid_data),