Skip to content

Commit

Permalink
Merge pull request #175 from Mahmud0808/master
Browse files Browse the repository at this point in the history
Merge master into fdroid
  • Loading branch information
Mahmud0808 authored Jan 16, 2025
2 parents 299c3cf + 131e64a commit 7806c4c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk = 31
targetSdk = 35
versionCode = 21
versionName = "v1.11"
versionCode = 22
versionName = "v1.11.1"
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@ class ColorPaletteFragment : Fragment() {
colorTableRows[i].getChildAt(j).setOnLongClickListener {
if (finalJ == 0 ||
finalJ == 12 ||
getInt(systemPaletteNames[finalI][finalJ], Int.MIN_VALUE) != Int.MIN_VALUE
getInt(systemPaletteNames[finalI][finalJ], Int.MIN_VALUE) == Int.MIN_VALUE
) {
return@setOnLongClickListener true
return@setOnLongClickListener false
}

resetCustomStyleIfNotNull()
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/22.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Changelog:

• Fix overridden color not resetting on long press. [Root]

Translation credit goes to all the contributors on our Crowdin platform.

0 comments on commit 7806c4c

Please sign in to comment.