You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// [_deviceController asyncDispatchToMatterQueue:^{ // TODO: This wasn't used previously, not sure why, so keeping it here for thought, but preserving existing behavior
1858
1870
dispatch_async(self.queue, ^{
1859
1871
[self _handleEventReport:eventReport];
1860
1872
});
1873
+
// } errorHandler: nil];
1874
+
}
1875
+
1876
+
// END DRAGON: This is used by the XPC Server to inject attribute reports
0 commit comments