Chaining DevicePreviewInfoParser calls to inDp()
and inPx()
several times does not return the expected value
#42
Labels
inDp()
and inPx()
several times does not return the expected value
#42
This is also a rare case but calling
DevicePreviewInfoParser.parse(deviceId).inDp().inPx().inDp()
does not return the expected valueThat's because when converting by calling
inPx()
returns unitDp
instead ofPx
, so post calls convert incorrectlyThe text was updated successfully, but these errors were encountered: