Skip to content

Commit e3dfc8a

Browse files
Update MTRDevice_Concrete.mm
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 4a4cdf7 commit e3dfc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/darwin/Framework/CHIP/MTRDevice_Concrete.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ @interface MTRDevice_Concrete ()
337337
@property (nonatomic) BOOL throttlingDeviceBecameActiveCallbacks;
338338

339339
// Keep track of the last time we received subscription related communication from the device
340-
@property (nonatomic) NSDate * lastSubscriptionActiveTime;
340+
@property (nonatomic, nullable) NSDate * lastSubscriptionActiveTime;
341341

342342
/**
343343
* If currentReadClient is non-null, that means that we successfully

0 commit comments

Comments
 (0)