aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/thumbtack.png (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Display a thumbtack icon if the post is stickied on top. Display a gold icon ↵Alex Ning2018-08-241-0/+0
and the number of gold if the post is gilded. Load subreddit icons in LoadSubredditIconAsyncTaskListener instead of loading the icons in onPostExecute() of LoadSubredditIconAsyncTask in order to avoid loading icons on a destroyed activity when start the Activity and then press back or up button immediately.