1
0
mirror of https://github.com/areteruhiro/LIME-beta-hiro.git synced 2025-02-05 21:11:39 +09:00
This commit is contained in:
Syuugo 2024-11-15 01:39:24 +09:00 committed by GitHub
parent 947a468d16
commit 575d129188
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,8 +15,6 @@ import de.robv.android.xposed.callbacks.XC_LoadPackage;
import io.github.chipppppppppp.lime.LimeOptions;
public class RedirectWebView implements IHook {
@Override
public void hook(LimeOptions limeOptions, XC_LoadPackage.LoadPackageParam loadPackageParam) throws Throwable {
if (!limeOptions.redirectWebView.checked) return;
@ -66,7 +64,6 @@ public class RedirectWebView implements IHook {
);
}
private WebView findWebView(View view) {
if (view instanceof WebView) {
return (WebView) view;