File tree Expand file tree Collapse file tree
src/main/java/me/rosuh/easywatermark/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ android {
1515 applicationId = " me.rosuh.easywatermark"
1616 minSdk = (Apps .minSdk)
1717 targetSdk = (Apps .targetSdk)
18- versionCode = 20600
19- versionName = " 2.6.0 "
18+ versionCode = 20601
19+ versionName = " 2.6.1 "
2020 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2121 setProperty(" archivesBaseName" , " $applicationId -v$versionName ($versionCode )" )
2222 }
Original file line number Diff line number Diff line change @@ -635,7 +635,7 @@ class MainViewModel @Inject constructor(
635635
636636 val imageId = cursor.getInt(imageIdColumn)
637637 val bucketId = cursor.getInt(bucketIdColumn)
638- val bucketName = cursor.getString(bucketNameColumn)
638+ val bucketName = cursor.getString(bucketNameColumn) ? : " "
639639 val dateTaken = cursor.getLong(dateColumn)
640640 val orientation = cursor.getInt(orientationColumn)
641641 val width = cursor.getInt(widthColumn)
You can’t perform that action at this time.
0 commit comments