Fetch subreddit info in ViewSidebarActivity.

This commit is contained in:
Alex Ning
2019-12-31 15:11:12 +08:00
parent 286ab8ebca
commit e4ce71bf2a
7 changed files with 143 additions and 16 deletions

View File

@@ -92,6 +92,7 @@
<string name="online_subscribers_number_detail">Online: %1$d</string>
<string name="cannot_fetch_subreddit_info">Cannot fetch subreddit info</string>
<string name="cannot_fetch_user_info">Cannot fetch user info</string>
<string name="cannot_fetch_sidebar">Cannot fetch sidebar</string>
<string name="gilded_count">x%1$d</string>
<string name="title_activity_view_user_detail">ViewUserDetailActivity</string>