Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into rz/feat/session-replay-compose-redaction
  • Loading branch information
romtsn authored Oct 8, 2024
commit 4437f181a0e3cc0156a79d424050e9c2daea1cfc
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ internal class ScreenshotRecorder(
Bitmap.Config.ARGB_8888
)

val timeStart = System.nanoTime()
// postAtFrontOfQueue to ensure the view hierarchy and bitmap are ase close in-sync as possible
mainLooperHandler.post {
try {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.