Enable removable drives and sharing app offline in release builds.

This commit is contained in:
akwizgran
2021-11-01 17:05:26 +00:00
parent 448ea114f3
commit ed26dc0b2b
7 changed files with 3 additions and 43 deletions

View File

@@ -95,7 +95,5 @@ internal class HeadlessModule(private val appDir: File) {
override fun shouldEnableImageAttachments() = false
override fun shouldEnableProfilePictures() = false
override fun shouldEnableDisappearingMessages() = false
override fun shouldEnableTransferData() = false
override fun shouldEnableShareAppViaOfflineHotspot() = false
}
}