Skip to content

Commit

Permalink
Set _deviceConfigurationChanged to NO in _handleReportEnd
Browse files Browse the repository at this point in the history
  • Loading branch information
nivi-apple committed Apr 24, 2024
1 parent 22607b1 commit 4e4cdcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/darwin/Framework/CHIP/MTRDevice.mm
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,7 @@ - (void)_handleReportEnd
[delegate deviceConfigurationChanged:self];
});
}
_deviceConfigurationChanged = NO;
}

// For unit testing only
Expand Down

0 comments on commit 4e4cdcb

Please sign in to comment.