Fix formatting and improve comment.
This commit is contained in:
parent
08b5cc7261
commit
0d5f6d3e67
1 changed files with 2 additions and 1 deletions
|
|
@ -70,7 +70,8 @@ class RustMatrixAuthenticationService @Inject constructor(
|
||||||
// Passphrase which will be used for new sessions. Existing sessions will use the passphrase
|
// Passphrase which will be used for new sessions. Existing sessions will use the passphrase
|
||||||
// stored in the SessionData.
|
// stored in the SessionData.
|
||||||
private val pendingPassphrase = getDatabasePassphrase()
|
private val pendingPassphrase = getDatabasePassphrase()
|
||||||
// Need to keep a copy of the current session path to delete it.
|
|
||||||
|
// Need to keep a copy of the current session path to eventually delete it.
|
||||||
// Ideally it would be possible to get the sessionPath from the Client to avoid doing this.
|
// Ideally it would be possible to get the sessionPath from the Client to avoid doing this.
|
||||||
private var sessionPath: File? = null
|
private var sessionPath: File? = null
|
||||||
private var currentClient: Client? = null
|
private var currentClient: Client? = null
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue