Finish MainActivity if clicking a notification for another user.

This commit is contained in:
Alex Ning
2019-08-19 17:57:04 +08:00
parent 5bf002629d
commit 556047aa42
14 changed files with 199 additions and 111 deletions

View File

@@ -38,6 +38,13 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/account_label_main_activity"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="16dp"
android:text="@string/label_account" />
<LinearLayout
android:id="@+id/profile_linear_layout_main_activity"
android:layout_width="match_parent"
@@ -116,6 +123,13 @@
</LinearLayout>
<TextView
android:id="@+id/post_label_main_activity"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="16dp"
android:text="@string/label_post" />
<LinearLayout
android:id="@+id/upvoted_linear_layout_main_activity"
android:layout_width="match_parent"