Skip to content

Commit 58ff646

Browse files
author
Mihai-Cristian Condrea
committed
refactor: Improved App Core Manager with enhanced startup logic
Significantly enhanced the App Core Manager: - Refactored the core manager and its startup stages for improved efficiency and maintainability. - Implemented proper management for data store interactions. - Removed unused resources to streamline the project.
1 parent 2a30af9 commit 58ff646

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
4+
<style name="AppTheme" parent="Theme.Material3.DynamicColors.DayNight">
5+
<item name="windowActionBar">false</item>
6+
<item name="windowNoTitle">true</item>
7+
<item name="android:windowLightStatusBar">false</item>
8+
</style>
9+
</resources>

app/src/main/res/values-v31/themes.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,4 @@
88
<item name="postSplashScreenTheme">@style/AppTheme</item>
99
<item name="android:windowSplashScreenIconBackgroundColor">?attr/colorSurface</item>
1010
</style>
11-
12-
<style name="AppTheme" parent="Theme.Material3.DynamicColors.DayNight">
13-
<item name="windowActionBar">false</item>
14-
<item name="windowNoTitle">true</item>
15-
<item name="android:windowLightStatusBar">false</item>
16-
</style>
1711
</resources>

0 commit comments

Comments
 (0)