Skip to content

Commit

Permalink
快手渠道dialog反射调整
Browse files Browse the repository at this point in the history
  • Loading branch information
sophuron committed Jul 28, 2023
1 parent 88b9175 commit 15e93a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ private void kuaishouAddJumpButton() {
Field fieldAdapterAdInfo = interstitialAdInfo.getClass().getSuperclass().getSuperclass().getDeclaredField("i");
fieldAdapterAdInfo.setAccessible(true);
KsInterstitialAd ksInterstitialAd = (KsInterstitialAd) fieldAdapterAdInfo.get(interstitialAdInfo);
Field fieldD = ksInterstitialAd.getClass().getDeclaredField("hG");
Field fieldD = ksInterstitialAd.getClass().getDeclaredField("hy");
fieldD.setAccessible(true);
kuaishouDialog = (com.kwad.components.ad.interstitial.d) fieldD.get(ksInterstitialAd);
} catch (Exception e) {
Expand Down

0 comments on commit 15e93a0

Please sign in to comment.