diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-06-25 01:21:44 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-06-25 01:21:44 +0000 |
commit | c4690a6e38004fa0442e6c15b9637ee209e9c2dd (patch) | |
tree | 4434cae708a07cb04eaa597a82312c45c410e780 /app/src/main/res/drawable/no_comment_placeholder.png | |
parent | 34d49d884c5fc639204d0e464455e0d898a987e4 (diff) | |
download | infinity-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.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000..62a3668f --- /dev/null +++ b/app/src/main/res/drawable/no_comment_placeholder.png |