mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-30 19:53:58 +03:00
TODO must not be followed by :
This commit is contained in:
parent
a8a9c61a69
commit
2362fcde16
2 changed files with 2 additions and 2 deletions
matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/rendezvous
vector/src/main/java/im/vector/app/features/login/qr
|
@ -39,7 +39,7 @@ import timber.log.Timber
|
||||||
|
|
||||||
// n.b MSC3886/MSC3903/MSC3906 that this is based on are now closed.
|
// n.b MSC3886/MSC3903/MSC3906 that this is based on are now closed.
|
||||||
// However, we want to keep this implementation around for some time.
|
// However, we want to keep this implementation around for some time.
|
||||||
// TODO: define an end-of-life date for this implementation.
|
// TODO define an end-of-life date for this implementation.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of MSC3906 to sign in + E2EE set up using a QR code.
|
* Implementation of MSC3906 to sign in + E2EE set up using a QR code.
|
||||||
|
|
|
@ -32,7 +32,7 @@ import timber.log.Timber
|
||||||
|
|
||||||
// n.b MSC3886/MSC3903/MSC3906 that this is based on are now closed.
|
// n.b MSC3886/MSC3903/MSC3906 that this is based on are now closed.
|
||||||
// However, we want to keep this implementation around for some time.
|
// However, we want to keep this implementation around for some time.
|
||||||
// TODO: define an end-of-life date for this implementation.
|
// TODO define an end-of-life date for this implementation.
|
||||||
|
|
||||||
@AndroidEntryPoint
|
@AndroidEntryPoint
|
||||||
class QrCodeLoginActivity : SimpleFragmentActivity() {
|
class QrCodeLoginActivity : SimpleFragmentActivity() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue