Load user info after the new access token is retrieved if the old access token expired. Feature added: vote comment

This commit is contained in:
Alex Ning
2018-08-18 09:22:31 +08:00
parent 3c1423a127
commit cca0313990
10 changed files with 234 additions and 105 deletions

View File

@@ -68,7 +68,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/following"
android:layout_margin="16dp"/>
android:layout_margin="16dp"
android:visibility="gone"/>
<android.support.v7.widget.RecyclerView
android:id="@+id/subscribed_user_recycler_view_main_activity"
@@ -80,7 +81,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/subscriptions"
android:layout_margin="16dp"/>
android:layout_margin="16dp"
android:visibility="gone"/>
<android.support.v7.widget.RecyclerView
android:id="@+id/subscribed_subreddit_recycler_view_main_activity"