mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-22 14:47:29 +00:00
close #284
This commit is contained in:
parent
38d0bd56f8
commit
0dd5a77295
@ -10,8 +10,8 @@ android {
|
|||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
|
|
||||||
versionCode 53
|
versionCode 54
|
||||||
versionName '19.0.1'
|
versionName '19.0.2'
|
||||||
|
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ public final class DownloadUtils {
|
|||||||
File dir = getDownloadDir();
|
File dir = getDownloadDir();
|
||||||
|
|
||||||
if (Utils.settingsHelper.getBoolean(Constants.DOWNLOAD_USER_FOLDER) && !TextUtils.isEmpty(username)) {
|
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);
|
dir = new File(dir, finaleUsername);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user