check for support

This commit is contained in:
CC
2026-06-10 12:28:05 +02:00
parent 4566d5d228
commit 8e96a5eb1e
8 changed files with 193 additions and 28 deletions
@@ -43,7 +43,7 @@ class BitchatApplication : Application() {
// Initialize WiFi Aware controller with persisted default
try {
val enabled = com.bitchat.android.ui.debug.DebugPreferenceManager.getWifiAwareEnabled(false)
val enabled = com.bitchat.android.ui.debug.DebugPreferenceManager.getWifiAwareEnabled(true)
com.bitchat.android.wifiaware.WifiAwareController.initialize(this, enabled)
} catch (_: Exception) { }