From e9bea8ed47dab5407792199bc706f57cc37a0c1a Mon Sep 17 00:00:00 2001 From: NerdNumber9 Date: Thu, 1 Feb 2018 14:39:21 -0500 Subject: [PATCH] Fix minor issue in sync intro screen --- app/src/main/java/exh/favorites/FavoritesIntroDialog.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/java/exh/favorites/FavoritesIntroDialog.kt b/app/src/main/java/exh/favorites/FavoritesIntroDialog.kt index fa2373dd5..a5a007065 100644 --- a/app/src/main/java/exh/favorites/FavoritesIntroDialog.kt +++ b/app/src/main/java/exh/favorites/FavoritesIntroDialog.kt @@ -28,6 +28,8 @@ class FavoritesIntroDialog {

4. Keep the app open while favorites are syncing. Android will close apps that are in the background sometimes and that could be bad if it happens while the app is syncing.

+ 5. Do NOT put favorites in multiple categories (the app supports this). This can confuse the sync algorithm as ExHentai only allows each favorite to be in one category. +

This dialog will only popup once. You can read these notes again by going to 'Settings > E-Hentai > Show favorites sync notes'. """.trimIndent() }