Fixed Bug P2 Add Hotlist Status UpdateNo update yet.Descriptionml...@google.com created issue #1Feb 7, 2022 01:28PMandroidx.metrics module used: 1.0.0-alpha01 androidx.metrics version used: 1.0.0-alpha01 Devices/Android versions reproduced on: any If equals is called on FrameDataApi24 or FrameDataApi31 and the other object is not the same class, it will crash with ClassCastException, because it automatically casts and doesn't check if it's the instance. Issue summaryCommentsAll comments Oldest first ap...@google.com <ap...@google.com> #2Mar 15, 2022 06:20PMThe issue is reproducible with core-ktx 1.2.0 and 1.3.0-rc01. ch...@google.com <ch...@google.com> Mar 15, 2022 06:31PMMarked as fixed.Add comment Comment
Description
androidx.metrics
module used: 1.0.0-alpha01androidx.metrics
version used: 1.0.0-alpha01Devices/Android versions reproduced on: any
If is called on
equals
FrameDataApi24
orFrameDataApi31
and theother
object is not the same class, it will crash withClassCastException
, because it automatically casts and doesn't check if it's the instance.