Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
优化:Toast高级材质
Browse files Browse the repository at this point in the history
  • Loading branch information
HChenX authored Apr 12, 2024
1 parent 3149496 commit 700726f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ protected void beforeHookedMethod(MethodHookParam param) {
protected void beforeHookedMethod(MethodHookParam param) {
boolean mCustomizeView = false;
View mView = (View) XposedHelpers.getObjectField(param.thisObject, "mView");
if (mView == null) return;
if (mView != null) {
mCustomizeView = true;
}
Expand Down

0 comments on commit 700726f

Please sign in to comment.