Skip to content

Commit

Permalink
Fix crash for Showcase for null Caller Context
Browse files Browse the repository at this point in the history
Reviewed By: steelrooter

Differential Revision: D63710616

fbshipit-source-id: 1e7903633a1ed6885cff90f8a6868a4865b71fee
  • Loading branch information
oprisnik authored and facebook-github-bot committed Oct 7, 2024
1 parent 687adb0 commit e70fd10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ImageLoadingTimeControllerListener(
private var requestSubmitTimeMs = -1L
private var finalImageSetTimeMs = -1L

override fun onSubmit(id: String, callerContext: Any) {
override fun onSubmit(id: String, callerContext: Any?) {
requestSubmitTimeMs = System.currentTimeMillis()
}

Expand Down

0 comments on commit e70fd10

Please sign in to comment.