Cancel loading the user's info when there is nobody logging in. Delete a line which access a deleted string resource in manifest.

This commit is contained in:
Alex Ning
2018-08-05 15:07:37 +08:00
parent f2eb18749c
commit b0e2e273a7
2 changed files with 143 additions and 144 deletions

View File

@@ -44,7 +44,6 @@
android:parentActivityName=".MainActivity" />
<activity
android:name=".ViewSubredditDetailActivity"
android:label="@string/title_activity_view_subreddit_detail"
android:theme="@style/AppTheme.NoActionBar"
android:parentActivityName=".MainActivity" />
</application>