android: fix AppCompat theme crash on launch
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
android:roundIcon="@android:drawable/sym_def_app_icon"
|
||||
android:supportsRtl="true"
|
||||
android:usesCleartextTraffic="true"
|
||||
android:theme="@style/Theme.AppCompat.DayNight.NoActionBar">
|
||||
android:theme="@style/Theme.Messenger">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="Theme.AppCompat.DayNight.NoActionBar" parent="@android:style/Theme.DeviceDefault.NoActionBar" />
|
||||
<style name="Theme.Messenger" parent="Theme.AppCompat.DayNight.NoActionBar" />
|
||||
<integer name="google_play_services_version">12451000</integer>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user