函数参数修复

This commit is contained in:
ZhanGSKen
2025-09-29 13:02:20 +08:00
parent 8e15c82129
commit d8a6049abb
3 changed files with 5 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ public class WinBoLLActivityManager {
return _mIWinBoLLActivityManager;
}
public static synchronized void init(GlobalApplication application) {
public static synchronized <T extends GlobalApplication> void init(T application) {
if (_mIWinBoLLActivityManager == null) {
_mIWinBoLLActivityManager = new WinBoLLActivityManager(application);
}