Skip to content

Commit

Permalink
fixes crash?
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanmartin committed Apr 24, 2024
1 parent cc91947 commit 9c510e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def versionMajor = 3
def versionMinor = 3
def versionPatch = 0
def versionPatch = 1
def versionBuild = 0

apply from: rootProject.file('gradle/moduleapp.gradle')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ class MainActivity : FragmentActivity() {

@OptIn(ExperimentalMaterial3WindowSizeClassApi::class)
override fun onCreate(savedInstanceState: Bundle?) {
window.decorView
super.onCreate(savedInstanceState)

requestConsent()
Expand Down

0 comments on commit 9c510e6

Please sign in to comment.