Fixed Theme.AppCompat error crash

This commit is contained in:
Sean 2024-12-19 08:35:50 -05:00
parent ef44421347
commit bb9053fb61
5 changed files with 19 additions and 4 deletions

View file

@ -14,12 +14,11 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.MealieURLShare"
android:theme="@style/Theme.AppCompat.Light"
tools:targetApi="31">
<activity
android:name=".MainActivity"
android:exported="true"
android:theme="@style/Theme.MealieURLShare">
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />