Address review feedback for Connect via Bluetooth UI

This commit is contained in:
Torsten Grote
2021-04-20 12:21:25 -03:00
parent 0b89d29c7d
commit ea5280713f
9 changed files with 27 additions and 15 deletions

View File

@@ -94,6 +94,6 @@ internal class HeadlessModule(private val appDir: File) {
override fun shouldEnableImageAttachments() = false
override fun shouldEnableProfilePictures() = false
override fun shouldEnableDisappearingMessages() = false
override fun shouldEnableConnectViewBluetooth() = false
override fun shouldEnableConnectViaBluetooth() = false
}
}