Fix synchronization

This commit is contained in:
Koitharu
2023-04-15 16:56:27 +03:00
parent ffd31dbea9
commit 85710acb3a
13 changed files with 86 additions and 91 deletions

View File

@@ -227,13 +227,13 @@
</provider>
<provider
android:name="org.koitharu.kotatsu.sync.ui.favourites.FavouritesSyncProvider"
android:authorities="${applicationId}.favourites"
android:authorities="@string/sync_authority_favourites"
android:exported="false"
android:label="@string/favourites"
android:syncable="true" />
<provider
android:name="org.koitharu.kotatsu.sync.ui.history.HistorySyncProvider"
android:authorities="${applicationId}.history"
android:authorities="@string/sync_authority_history"
android:exported="false"
android:label="@string/history"
android:syncable="true" />