Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Use the PublicationRepository to fix the TransactionTooLargeException #303

Merged
merged 3 commits into from
May 7, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix call to Intent::destroyPublication
  • Loading branch information
mickael-menu committed Apr 21, 2020
commit 24e9ca8408a39eb9588ca000664f52543783582a
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class OPDSDetailActivity : AppCompatActivity(), CoroutineScope {
override fun onDestroy() {
super.onDestroy()

intent.destroyPublication()
intent.destroyPublication(this)
}

private fun getDownloadURL(publication: Publication): URL? {
Expand Down