Skip to content

Commit

Permalink
theming fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelsc committed Oct 12, 2023
1 parent 8c0725a commit 0e150b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ npm-debug.log*
/android/app/src/beta/google-services.json
/ios/App/GoogleService-Info.plist
/appassets
/android/.idea
/android/.idea
android/.idea/jarRepositories.xml
android/.idea/misc.xml
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
namespace "in.beaconcha.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 100
versionName "4.3.1"
versionCode 101
versionName "4.3.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion src/app/utils/ThemeUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default class ThemeUtils {
this.colorHandler()
this.applyColorInitially(++count)
},
count == 0 ? 210 : 15
count == 0 ? 210 : 25
) // fade out duration = 200ms
}

Expand Down

0 comments on commit 0e150b1

Please sign in to comment.