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

ReadChecker.java の更新

This commit is contained in:
areteruhiro 2025-01-17 07:49:25 +09:00 committed by GitHub
parent ca4fcf2f14
commit 329e899499
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -149,14 +149,14 @@ public class ReadChecker implements IHook {
if (shouldHookOnCreate && currentGroupId != null) {
if (!isNoGroup(currentGroupId)) {
Activity activity = (Activity) param.thisObject;
addButton(activity, moduleContext);
}
}
}
});