Submitting link posts is available. Fixed force stop when a user has no post in ViewUserDetailActivity.

This commit is contained in:
Alex Ning
2019-07-12 09:35:05 +08:00
parent 2b9b8fddfa
commit 68d3a7b09f
15 changed files with 386 additions and 16 deletions

View File

@@ -19,6 +19,11 @@
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">
<activity
android:name=".PostLinkActivity"
android:label="@string/post_link_activity_label"
android:parentActivityName=".MainActivity"
android:windowSoftInputMode="adjustResize" />
<activity
android:name=".SubscribedThingListingActivity"
android:label="@string/subscriptions"