diff --git a/.idea/other.xml b/.idea/other.xml deleted file mode 100644 index 0d3a1fb..0000000 --- a/.idea/other.xml +++ /dev/null @@ -1,263 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/src/main/java/moe/chenxy/miuiextra/hooker/entity/systemui/LinkageAnimCustomer.kt b/app/src/main/java/moe/chenxy/miuiextra/hooker/entity/systemui/LinkageAnimCustomer.kt index b7fe6c9..dcd6cb4 100644 --- a/app/src/main/java/moe/chenxy/miuiextra/hooker/entity/systemui/LinkageAnimCustomer.kt +++ b/app/src/main/java/moe/chenxy/miuiextra/hooker/entity/systemui/LinkageAnimCustomer.kt @@ -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 } }