Temporary disable sync for release builds

This commit is contained in:
Koitharu
2023-02-22 07:56:30 +02:00
parent 73c1d2a616
commit 47f80085d1
5 changed files with 12 additions and 1 deletions

View File

@@ -5,4 +5,5 @@
<bool name="light_navigation_bar">false</bool>
<bool name="com_samsung_android_icon_container_has_icon_container">true</bool>
<bool name="is_color_themes_available">false</bool>
<bool name="is_sync_enabled">false</bool>
</resources>

View File

@@ -4,6 +4,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<Preference
android:enabled="@bool/is_sync_enabled"
android:key="sync"
android:persistent="false"
android:summary="@string/sync_title"