mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Remove unnecessary concat with empty string
This commit is contained in:
		| @@ -45,7 +45,7 @@ fun View.animate( | |||||||
|         val id = try { |         val id = try { | ||||||
|             resources.getResourceEntryName(id) |             resources.getResourceEntryName(id) | ||||||
|         } catch (e: Exception) { |         } catch (e: Exception) { | ||||||
|             id.toString() + "" |             id.toString() | ||||||
|         } |         } | ||||||
|         val msg = String.format( |         val msg = String.format( | ||||||
|             "%8s →  [%s:%s] [%s %s:%s] execOnEnd=%s", enterOrExit, |             "%8s →  [%s:%s] [%s %s:%s] execOnEnd=%s", enterOrExit, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 mhmdanas
					mhmdanas