mirror of
https://github.com/areteruhiro/LIME-beta-hiro.git
synced 2025-02-05 21:11:39 +09:00
Fix BL
This commit is contained in:
parent
947a468d16
commit
575d129188
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user