diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-07-12 01:35:05 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-07-12 01:35:05 +0000 |
commit | 68d3a7b09f42aef6c3ec1874af3c9dee4c3eef8c (patch) | |
tree | 7af5b7763e947e0cf6398d95552d3f6cf2810a36 /app/src/main/res/layout/activity_post_text.xml | |
parent | 2b9b8fddfabc40c41152db529ec9311226db7669 (diff) | |
download | infinity-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/res/layout/activity_post_text.xml')
-rw-r--r-- | app/src/main/res/layout/activity_post_text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_post_text.xml b/app/src/main/res/layout/activity_post_text.xml index 2b16fc33..86455f8b 100644 --- a/app/src/main/res/layout/activity_post_text.xml +++ b/app/src/main/res/layout/activity_post_text.xml @@ -4,7 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:id="@+id/coordinator_layout_post_detail_activity" + android:id="@+id/coordinator_layout_post_text_activity" tools:context=".PostTextActivity"> <androidx.core.widget.NestedScrollView |