Skip to content

Commit

Permalink
Release 1.3.1 (131003)
Browse files Browse the repository at this point in the history
⚙️ Fixes:
• Fix NavigationBar Color
  • Loading branch information
AkosPaha01 committed Jul 23, 2024
1 parent e86b577 commit fb819b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
applicationId = "de.dertyp7214.rboardthemecreator"
minSdk = 26
targetSdk = 35
versionCode = 131002
versionCode = 131003
versionName = "1.3.1"

vectorDrawables.useSupportLibrary = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ class MainActivity : AppCompatActivity() {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)

enableEdgeToEdge()
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
window.isNavigationBarContrastEnforced = false
enableEdgeToEdge()
}
doInBackground {
repoHelper.cacheAndGetManifest()?.let { manifest ->
Expand Down

0 comments on commit fb819b7

Please sign in to comment.