We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4cdf7 commit e3dfc8aCopy full SHA for e3dfc8a
src/darwin/Framework/CHIP/MTRDevice_Concrete.mm
@@ -337,7 +337,7 @@ @interface MTRDevice_Concrete ()
337
@property (nonatomic) BOOL throttlingDeviceBecameActiveCallbacks;
338
339
// Keep track of the last time we received subscription related communication from the device
340
-@property (nonatomic) NSDate * lastSubscriptionActiveTime;
+@property (nonatomic, nullable) NSDate * lastSubscriptionActiveTime;
341
342
/**
343
* If currentReadClient is non-null, that means that we successfully
0 commit comments