mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-16 19:05:27 -04:00
added a log for database failing
This commit is contained in:
parent
64b001bf0f
commit
00809c06a7
@ -42,5 +42,6 @@ class MainRepositoryActions @Inject constructor(private val dataSource: DataSour
|
||||
fun deleteBookmark(bookmarkUrl: String) {
|
||||
dataSource.deleteBookmark(bookmarkUrl)
|
||||
?.subscribe({}, { e -> Log.e(TAG, "Unable to delete bookmark", e) })
|
||||
?: Log.e(TAG, "Unable to delete bookmark")
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user