2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 21:55:10 +00:00

chore: remove outdated comment

This commit is contained in:
ShellWen Chen
2024-07-15 07:25:05 +08:00
committed by Albert Vaca Cintora
parent 6d027ae810
commit c327c15825

View File

@@ -72,7 +72,7 @@ internal class SimpleSftpServer {
NativeFileSystemFactory()
} else {
safFileSystemFactory = SafFileSystemFactory(context!!)
safFileSystemFactory // FIXME: This is not working
safFileSystemFactory
}
)
}.build()