From 9a584c851baadaa901093d15996335c3f7173b9c Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Sun, 8 Jun 2025 01:36:31 -0500 Subject: [PATCH] Fix dynamic color setting --- app/src/main/AndroidManifest.xml | 2 +- app/src/main/res/values/theme.xml | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2e6caef6c..aae3a6753 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -630,7 +630,7 @@ android:name="com.todoroo.astrid.activity.MainActivity" android:exported="true" android:launchMode="singleTask" - android:theme="@style/Theme.App.Starting" + android:theme="@style/Tasks" android:windowSoftInputMode="adjustResize"> diff --git a/app/src/main/res/values/theme.xml b/app/src/main/res/values/theme.xml index e44794011..a26c8a568 100644 --- a/app/src/main/res/values/theme.xml +++ b/app/src/main/res/values/theme.xml @@ -60,11 +60,4 @@ @color/black_60 true - - - \ No newline at end of file