Restore javadoc for qrCodeTooOld flag.

This commit is contained in:
akwizgran
2022-12-19 10:04:55 +00:00
parent 95d8783852
commit 267956b36c

View File

@@ -52,6 +52,10 @@ abstract class AddContactState {
static class WrongQrCodeVersion extends Failed {
/**
* True if the app producing the code is too old.
* False if the scanning app is too old.
*/
final boolean qrCodeTooOld;
WrongQrCodeVersion(boolean qrCodeTooOld) {