fix: maybe fix crashes on the change of themes on nightly build

This commit is contained in:
LucasGGamerM
2023-04-02 19:45:44 -03:00
parent 7c11a12e9a
commit cf0b1cf035

View File

@@ -8,7 +8,8 @@
<application
tools:replace="android:label"
android:label="@string/mo_app_name_nightly">
android:label="@string/mo_app_name_nightly"
android:largeHeap="true">
<!-- <receiver android:name=".updater.GithubSelfUpdaterImpl$InstallerStatusReceiver" android:exported="false"/>-->
<!-- <receiver android:name=".updater.GithubSelfUpdaterImpl$AfterUpdateRestartReceiver" android:exported="true" android:enabled="false">-->
<!-- <intent-filter>-->