mirror of
				https://github.com/KokaKiwi/BarInsta
				synced 2025-10-30 19:15:35 +00:00 
			
		
		
		
	close #284
This commit is contained in:
		
							parent
							
								
									38d0bd56f8
								
							
						
					
					
						commit
						0dd5a77295
					
				| @ -10,8 +10,8 @@ android { | ||||
|         minSdkVersion 21 | ||||
|         targetSdkVersion 29 | ||||
| 
 | ||||
|         versionCode 53 | ||||
|         versionName '19.0.1' | ||||
|         versionCode 54 | ||||
|         versionName '19.0.2' | ||||
| 
 | ||||
|         multiDexEnabled true | ||||
| 
 | ||||
|  | ||||
| @ -77,7 +77,7 @@ public final class DownloadUtils { | ||||
|         File dir = getDownloadDir(); | ||||
| 
 | ||||
|         if (Utils.settingsHelper.getBoolean(Constants.DOWNLOAD_USER_FOLDER) && !TextUtils.isEmpty(username)) { | ||||
|             final String finaleUsername = username.startsWith("@") ? username : "@" + username; | ||||
|             final String finaleUsername = username.startsWith("@") ? username.substring(1) : username; | ||||
|             dir = new File(dir, finaleUsername); | ||||
|         } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user