2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 13:47:41 +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() NativeFileSystemFactory()
} else { } else {
safFileSystemFactory = SafFileSystemFactory(context!!) safFileSystemFactory = SafFileSystemFactory(context!!)
safFileSystemFactory // FIXME: This is not working safFileSystemFactory
} }
) )
}.build() }.build()