From a868c96572b779dc54db4f40a64e4628fe5a6a42 Mon Sep 17 00:00:00 2001 From: fanmingyi Date: Thu, 21 Sep 2023 10:12:29 +0800 Subject: [PATCH] feat:improve PAGView code style. --- android/libpag/src/main/java/org/libpag/PAGView.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/libpag/src/main/java/org/libpag/PAGView.java b/android/libpag/src/main/java/org/libpag/PAGView.java index 7e7e4ef963..6b2db668d2 100644 --- a/android/libpag/src/main/java/org/libpag/PAGView.java +++ b/android/libpag/src/main/java/org/libpag/PAGView.java @@ -634,9 +634,9 @@ public void onAnimationEnd(PAGAnimator animator) { @Override public void setVisibility(int visibility) { super.setVisibility(visibility); - //When calling the setVisibility function, - //it does not necessarily trigger a callback to the onVisibilityAggregated method. - //Therefore, it is necessary to handle this specific situation on your own. + // When calling the setVisibility function, + // it does not necessarily trigger a callback to the onVisibilityAggregated method. + // Therefore, it is necessary to handle this specific situation on your own. checkVisible(); }