mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-31 23:29:10 +00:00
Improved lid state detection
This commit is contained in:
@@ -279,9 +279,6 @@ void BleScanner::onDeviceSelected()
|
||||
case DeviceInfo::LidState::CLOSED:
|
||||
lidStateStr.append("Closed");
|
||||
break;
|
||||
case DeviceInfo::LidState::NOT_IN_CASE:
|
||||
lidStateStr.append("Not in Case");
|
||||
break;
|
||||
case DeviceInfo::LidState::UNKNOWN:
|
||||
lidStateStr.append("Unknown");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user