mirror of
https://github.com/Burrit0z/kai
synced 2025-07-04 14:36:47 +00:00
not gay
This commit is contained in:
@ -150,7 +150,7 @@ NSMutableArray *deviceInstances = [[NSMutableArray alloc] init];
|
||||
//NSString *deviceName = MSHookIvar<NSString *>(device, "_name");
|
||||
|
||||
for(KAIBatteryCell *cell in deviceInstances) {
|
||||
if(cell.device == device || [cell.device.accessoryIdentifier isEqualToString:device.accessoryIdentifier]) {
|
||||
if(cell.device == device || [cell.device.identifier isEqualToString:device.identifier]) {
|
||||
foundCell = cell;
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user