Closed piyush-kukadiya closed 4 months ago
Calling getDeviceID() second time returns null value during AND operation. This PR fixes it by calling getDeviceID() only once and collect it in val for reuse in AND operation.
getDeviceID()
Calling
getDeviceID()
second time returns null value during AND operation. This PR fixes it by callinggetDeviceID()
only once and collect it in val for reuse in AND operation.