File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
src/main/java/com/drdisagree/colorblendr/ui/fragments
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ android {
13
13
defaultConfig {
14
14
minSdk = 31
15
15
targetSdk = 35
16
- versionCode = 21
17
- versionName = " v1.11"
16
+ versionCode = 22
17
+ versionName = " v1.11.1 "
18
18
}
19
19
20
20
buildTypes {
Original file line number Diff line number Diff line change @@ -273,9 +273,9 @@ class ColorPaletteFragment : Fragment() {
273
273
colorTableRows[i].getChildAt(j).setOnLongClickListener {
274
274
if (finalJ == 0 ||
275
275
finalJ == 12 ||
276
- getInt(systemPaletteNames[finalI][finalJ], Int .MIN_VALUE ) ! = Int .MIN_VALUE
276
+ getInt(systemPaletteNames[finalI][finalJ], Int .MIN_VALUE ) = = Int .MIN_VALUE
277
277
) {
278
- return @setOnLongClickListener true
278
+ return @setOnLongClickListener false
279
279
}
280
280
281
281
resetCustomStyleIfNotNull()
Original file line number Diff line number Diff line change
1
+ Changelog:
2
+
3
+ • Fix overridden color not resetting on long press. [Root]
4
+
5
+ Translation credit goes to all the contributors on our Crowdin platform.
You can’t perform that action at this time.
0 commit comments