update: 更新自打点 Driver 判定条件顺序
Signed-off-by: huyufei <yufei.hu@castbox.fm>
							parent
							
								
									cd94ca9479
								
							
						
					
					
						commit
						70fe718792
					
				|  | @ -123,7 +123,7 @@ namespace Guru | |||
| 
 | ||||
| 		public static void ShouldFlushGuruEvents() | ||||
| 		{ | ||||
| 			if (!string.IsNullOrEmpty(IPMConfig.IPM_UID) && !_guruEventDriver.IsReady) | ||||
| 			if (!_guruEventDriver.IsReady && !string.IsNullOrEmpty(IPMConfig.IPM_UID)) | ||||
| 			{ | ||||
| 				Debug.Log($"[ANU][GA] --- ShouldFlushGuruEvents -> _guruEventDriver.TriggerFlush"); | ||||
| 				_guruEventDriver.TriggerFlush(); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue