Skip to content

Commit

Permalink
refactor: Improved App Core Manager with enhanced startup logic
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Mihai-Cristian Condrea committed Dec 25, 2024
1 parent 2a30af9 commit 58ff646
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 9 additions & 0 deletions app/src/main/res/values-night/themes.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<style name="AppTheme" parent="Theme.Material3.DynamicColors.DayNight">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:windowLightStatusBar">false</item>
</style>
</resources>
6 changes: 0 additions & 6 deletions app/src/main/res/values-v31/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,4 @@
<item name="postSplashScreenTheme">@style/AppTheme</item>
<item name="android:windowSplashScreenIconBackgroundColor">?attr/colorSurface</item>
</style>

<style name="AppTheme" parent="Theme.Material3.DynamicColors.DayNight">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:windowLightStatusBar">false</item>
</style>
</resources>

0 comments on commit 58ff646

Please sign in to comment.