Skip to content

Commit f5a3f31

Browse files
fix: fix #65 (#71)
1 parent e655e18 commit f5a3f31

File tree

1 file changed

+3
-1
lines changed
  • yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/type

1 file changed

+3
-1
lines changed

yukihookapi-core/src/main/java/com/highcapable/yukihookapi/hook/xposed/bridge/type/HookEntryType.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@ internal enum class HookEntryType {
3434
PACKAGE,
3535

3636
/** 装载 Resources Hook */
37-
RESOURCES
37+
RESOURCES;
38+
39+
companion object
3840
}

0 commit comments

Comments
 (0)