Fix _triggersPairingWithEncryptedChar condition
This commit is contained in:
@@ -15,7 +15,7 @@ class BleCapabilities {
|
||||
_triggersPairingWithEncryptedChar || hasSystemPairingApi;
|
||||
|
||||
static final _triggersPairingWithEncryptedChar =
|
||||
defaultTargetPlatform != TargetPlatform.windows ||
|
||||
defaultTargetPlatform != TargetPlatform.windows &&
|
||||
defaultTargetPlatform != TargetPlatform.linux;
|
||||
|
||||
static bool hasSystemPairingApi = !kIsWeb &&
|
||||
|
||||
Reference in New Issue
Block a user