Fix incorrect theme in OssLicensesActivity

This commit is contained in:
Suphon Thanakornpakapong
2021-05-18 13:56:43 +07:00
parent 33572543b9
commit cf034519b9

View File

@@ -205,6 +205,6 @@
<activity
android:name="com.google.android.gms.oss.licenses.OssLicensesActivity"
android:theme="@style/Theme.AppCompat.DayNight" />
android:theme="@style/Theme.Acknowledgements" />
</application>
</manifest>