aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-07-12 01:35:05 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-07-12 01:35:05 +0000
commit68d3a7b09f42aef6c3ec1874af3c9dee4c3eef8c (patch)
tree7af5b7763e947e0cf6398d95552d3f6cf2810a36 /app/src/main/AndroidManifest.xml
parent2b9b8fddfabc40c41152db529ec9311226db7669 (diff)
downloadinfinity-for-reddit-68d3a7b09f42aef6c3ec1874af3c9dee4c3eef8c.tar
infinity-for-reddit-68d3a7b09f42aef6c3ec1874af3c9dee4c3eef8c.tar.gz
infinity-for-reddit-68d3a7b09f42aef6c3ec1874af3c9dee4c3eef8c.tar.bz2
infinity-for-reddit-68d3a7b09f42aef6c3ec1874af3c9dee4c3eef8c.tar.lz
infinity-for-reddit-68d3a7b09f42aef6c3ec1874af3c9dee4c3eef8c.tar.xz
infinity-for-reddit-68d3a7b09f42aef6c3ec1874af3c9dee4c3eef8c.tar.zst
infinity-for-reddit-68d3a7b09f42aef6c3ec1874af3c9dee4c3eef8c.zip
Submitting link posts is available. Fixed force stop when a user has no post in ViewUserDetailActivity.
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 55c5dcb6..e5b7a4cf 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -20,6 +20,11 @@
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"
android:parentActivityName=".MainActivity"