Improved comment around QR generation

This commit is contained in:
Hugh Nimmo-Smith 2022-10-17 16:24:01 +01:00
parent 3d37e0b2a5
commit 552fb9de9a

View File

@ -147,9 +147,10 @@ class QrCodeLoginViewModel @AssistedInject constructor(
}
/**
* TODO. UI test purpose. Fixme accordingly.
* QR code generation is not currently supported and this is a placeholder for future
* functionality.
*/
private fun generateQrCodeData(): String {
return "TODO"
return "NOT SUPPORTED"
}
}