diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2020-04-02 19:19:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-02 19:19:40 +0200 |
commit | 5e344baf4b0689db9addcfcb07ca14ba6f51c1a0 (patch) | |
tree | 4ded95d5ec8564a41a392d2ac9b5f385af9934de /core | |
parent | 31e02d89c2fd905b01c256751c914e71ea538a3c (diff) | |
parent | 59250404c2c4cd3a999f66567d21e8e24d6a2b4d (diff) | |
download | AntennaPod-5e344baf4b0689db9addcfcb07ca14ba6f51c1a0.zip |
Merge pull request #3993 from ByteHamster/recycle-viewholders
Recycle ViewHolders throughout the whole app
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/ids.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/res/values/ids.xml b/core/src/main/res/values/ids.xml index 90e405fde..1d1777ef1 100644 --- a/core/src/main/res/values/ids.xml +++ b/core/src/main/res/values/ids.xml @@ -24,4 +24,5 @@ <item name="notification_gpodnet_sync_autherror" type="id"/> <item name="undobar_button" type="id"/> <item name="undobar_message" type="id"/> + <item name="episode_item_view_holder" type="id"/> </resources>
\ No newline at end of file |