Skip to content

Commit

Permalink
Update BookSyncStatus.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin authored May 18, 2024
1 parent d689ff4 commit 48b1d16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/java/com/orgzly/android/sync/BookSyncStatus.kt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ enum class BookSyncStatus {
ROOK_AND_VROOK_HAVE_DIFFERENT_REPOS ->
return "Linked and synced notebooks have different repositories"

SYNCED_BOOK_WITHOUT_LINK ->
return context.getString(R.string.sync_status_synced_book_without_link, "$arg")

CONFLICT_BOTH_BOOK_AND_ROOK_MODIFIED ->
return "Both local and remote notebook have been modified"

Expand Down

0 comments on commit 48b1d16

Please sign in to comment.