Skip to content

Commit

Permalink
LinkageAnim: fix anim always show as hasNotification mode
Browse files Browse the repository at this point in the history
Signed-off-by: Art_Chen <[email protected]>
  • Loading branch information
Art-Chen committed Aug 3, 2024
1 parent 10b88de commit 1006e0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 264 deletions.
263 changes: 0 additions & 263 deletions .idea/other.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ object LinkageAnimCustomer : YukiBaseHooker() {
XposedHelpers.callMethod(animConfig, "setEase", showEase)
XposedHelpers.callMethod(stateStyle, "to", arrayOf("wallpaperBlack", 0f, animConfig))

XposedHelpers.callMethod(this.instance, "doAnimationToAod", false, true)
XposedHelpers.callMethod(this.instance, "doAnimationToAod", false, hasNotification)
this.result = null
}
}
Expand Down

0 comments on commit 1006e0f

Please sign in to comment.