Skip to content

Commit 01ece74

Browse files
committed
Fix formatting and improve comment.
1 parent 683f26c commit 01ece74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/auth/RustMatrixAuthenticationService.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ class RustMatrixAuthenticationService @Inject constructor(
7070
// Passphrase which will be used for new sessions. Existing sessions will use the passphrase
7171
// stored in the SessionData.
7272
private val pendingPassphrase = getDatabasePassphrase()
73-
// Need to keep a copy of the current session path to delete it.
73+
74+
// Need to keep a copy of the current session path to eventually delete it.
7475
// Ideally it would be possible to get the sessionPath from the Client to avoid doing this.
7576
private var sessionPath: File? = null
7677
private var currentClient: Client? = null

0 commit comments

Comments
 (0)