mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Add feature flag for sharing the app via offline hotspot
This commit is contained in:
committed by
Torsten Grote
parent
f9749fda80
commit
344fff4a7a
@@ -97,5 +97,6 @@ internal class HeadlessModule(private val appDir: File) {
|
||||
override fun shouldEnableDisappearingMessages() = false
|
||||
override fun shouldEnableConnectViaBluetooth() = false
|
||||
override fun shouldEnableTransferData() = false
|
||||
override fun shouldEnableShareAppViaOfflineHotspot() = false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user