Skip to content

Commit

Permalink
Fix issue of edge to edge
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzsout committed Sep 25, 2024
1 parent 64874fe commit 8ce8559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/ivy/wallet/RootActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ class RootActivity : AppCompatActivity(), RootScreen {

@OptIn(ExperimentalFoundationApi::class, ExperimentalAnimationApi::class)
override fun onCreate(savedInstanceState: Bundle?) {
enableEdgeToEdge()
super.onCreate(savedInstanceState)
setupApp()
setContent {
Expand Down Expand Up @@ -155,7 +156,6 @@ class RootActivity : AppCompatActivity(), RootScreen {
}

private fun setupApp() {
enableEdgeToEdge()
setupActivityForResultLaunchers()
WindowCompat.setDecorFitsSystemWindows(window, false)
setupDatePicker()
Expand Down

0 comments on commit 8ce8559

Please sign in to comment.