1
0
mirror of https://github.com/areteruhiro/LIME-beta-hiro.git synced 2025-02-05 21:11:39 +09:00

Format code

This commit is contained in:
Chippppp 2024-06-21 22:22:15 +09:00
parent ec50a5e15e
commit e796fe1e0f

View File

@ -1,10 +1,8 @@
package io.github.chipppppppppp.lime.hooks;
import android.content.Context;
import android.support.annotation.NonNull;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewTreeObserver;
import de.robv.android.xposed.XC_MethodHook;
import de.robv.android.xposed.XposedBridge;
@ -36,6 +34,7 @@ public class RemoveFlexibleContents implements IHook {
"onAttachedToWindow",
new XC_MethodHook() {
View view;
@Override
protected void afterHookedMethod(MethodHookParam param) throws Throwable {
view = (View) param.thisObject;