IT FINALLY FUCKING COMPILES

This commit is contained in:
LucasGGamerM
2022-12-22 11:27:52 -03:00
parent 66efe750a8
commit f0bd9233b7
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
android:localeConfig="@xml/locales_config"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:theme="@style/Theme.Mastodon.AutoLightDark.Original"
android:theme="@style/Theme.Mastodon.AutoLightDark"
android:largeHeap="true">
<activity android:name=".MainActivity" android:exported="true" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustResize" android:launchMode="singleTask">