mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 12:18:48 +03:00
Improved comment around QR generation
This commit is contained in:
parent
3d37e0b2a5
commit
552fb9de9a
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue