Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
fix broken fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Oct 17, 2024
1 parent 9900e5c commit 4a45ef5
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ internal val getEnterFromFingerprint = fingerprint {
}

internal val onRenderFirstFrameFingerprint = fingerprint {
custom { method, classDef ->
classDef.endsWith("/BaseListFragmentPanel;") && method.name == "onRenderFirstFrame"
strings("method_enable_viewpager_preload_duration")
custom { _, classDef ->
classDef.endsWith("/BaseListFragmentPanel;")
}
}

0 comments on commit 4a45ef5

Please sign in to comment.