函数参数修复
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| #Created by .winboll/winboll_app_build.gradle | ||||
| #Mon Sep 29 01:18:59 HKT 2025 | ||||
| #Mon Sep 29 05:01:52 GMT 2025 | ||||
| stageCount=2 | ||||
| libraryProject=libaes | ||||
| baseVersion=15.10 | ||||
| publishVersion=15.10.1 | ||||
| buildCount=0 | ||||
| buildCount=1 | ||||
| baseBetaVersion=15.10.2 | ||||
|   | ||||
| @@ -1,8 +1,8 @@ | ||||
| #Created by .winboll/winboll_app_build.gradle | ||||
| #Mon Sep 29 01:18:50 HKT 2025 | ||||
| #Mon Sep 29 05:01:52 GMT 2025 | ||||
| stageCount=2 | ||||
| libraryProject=libaes | ||||
| baseVersion=15.10 | ||||
| publishVersion=15.10.1 | ||||
| buildCount=0 | ||||
| buildCount=1 | ||||
| baseBetaVersion=15.10.2 | ||||
|   | ||||
| @@ -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); | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ZhanGSKen
					ZhanGSKen