aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/no_comment_placeholder.png
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-06-25 01:21:44 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-06-25 01:21:44 +0000
commitc4690a6e38004fa0442e6c15b9637ee209e9c2dd (patch)
tree4434cae708a07cb04eaa597a82312c45c410e780 /app/src/main/res/drawable/no_comment_placeholder.png
parent34d49d884c5fc639204d0e464455e0d898a987e4 (diff)
downloadinfinity-for-reddit-c4690a6e38004fa0442e6c15b9637ee209e9c2dd.tar
infinity-for-reddit-c4690a6e38004fa0442e6c15b9637ee209e9c2dd.tar.gz
infinity-for-reddit-c4690a6e38004fa0442e6c15b9637ee209e9c2dd.tar.bz2
infinity-for-reddit-c4690a6e38004fa0442e6c15b9637ee209e9c2dd.tar.lz
infinity-for-reddit-c4690a6e38004fa0442e6c15b9637ee209e9c2dd.tar.xz
infinity-for-reddit-c4690a6e38004fa0442e6c15b9637ee209e9c2dd.tar.zst
infinity-for-reddit-c4690a6e38004fa0442e6c15b9637ee209e9c2dd.zip
Reimplement ViewPostActivity using one recyclerview to display a post and its comments instead of using a recyclerview inside NestedScrollView to prevent onBindViewHolder gets called for all the comments data at once and thus consumes more memory and freezes after the comments are loaded.
Diffstat (limited to 'app/src/main/res/drawable/no_comment_placeholder.png')
-rw-r--r--app/src/main/res/drawable/no_comment_placeholder.pngbin0 -> 60561 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/no_comment_placeholder.png b/app/src/main/res/drawable/no_comment_placeholder.png
new file mode 100644
index 00000000..62a3668f
--- /dev/null
+++ b/app/src/main/res/drawable/no_comment_placeholder.png
Binary files differ