Fixed Theme.AppCompat error crash
This commit is contained in:
parent
ef44421347
commit
bb9053fb61
5 changed files with 19 additions and 4 deletions
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue