File tree Expand file tree Collapse file tree
app/src/main/java/at/bitfire/icsdroid Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,16 @@ import dagger.hilt.android.AndroidEntryPoint
1515
1616@AndroidEntryPoint
1717class MainActivity : AppCompatActivity () {
18+
19+ override fun onCreate (savedInstanceState : Bundle ? ) {
20+ configureEdgeToEdge()
21+ super .onCreate(savedInstanceState)
22+
23+ setContentThemed {
24+ MainApp (savedInstanceState, intent.extras)
25+ }
26+ }
27+
1828 companion object {
1929 /* *
2030 * Set this extra to request calendar permission when the activity starts.
@@ -36,12 +46,4 @@ class MainActivity : AppCompatActivity() {
3646 const val EXTRA_THROWABLE = " errorThrowable"
3747 }
3848
39- override fun onCreate (savedInstanceState : Bundle ? ) {
40- configureEdgeToEdge()
41- super .onCreate(savedInstanceState)
42-
43- setContentThemed {
44- MainApp (savedInstanceState, intent.extras)
45- }
46- }
4749}
You can’t perform that action at this time.
0 commit comments