mirror of
				https://github.com/KokaKiwi/BarInsta
				synced 2025-10-31 11:35:34 +00:00 
			
		
		
		
	Removed logging of parsed differences
This commit is contained in:
		
							parent
							
								
									53ce38f5cd
								
							
						
					
					
						commit
						8637fceab0
					
				| @ -613,14 +613,6 @@ public class MainActivity extends BaseLanguageActivity implements FragmentManage | ||||
|         if (url == null) return; | ||||
|         // Log.d(TAG, url); | ||||
|         final IntentModel intentModel = IntentUtils.parseUrl(url); | ||||
| 
 | ||||
|         // Temporarily log URLs that parse in a new way, then use the old parser result | ||||
|         final IntentModel intentModelOld = IntentUtils.parseUrlOld(url); | ||||
|         if (intentModelOld != null && (intentModel == null || (intentModelOld.getType() != intentModel.getType()) || (intentModelOld.getText() != intentModel.getText()))) { | ||||
|             Log.w(TAG, url); | ||||
|             intentModel = intentModelOld; | ||||
|         } | ||||
| 
 | ||||
|         if (intentModel == null) return; | ||||
|         showView(intentModel); | ||||
|     } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user