mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 12:19:54 +01:00
Merge branch '461-forum-invitation-can-not-be-accepted-if-forum-already-added' into 'master'
Show all Forum Invitations, not only the first one to prevent cut-offs and forks This MR solves the problems outlined in #461 by always showing forum invitations, even if the user already subscribed to the forum. Available Forums have been renamed to Forum Invitations in the UI:   Closes #461 See merge request !241
This commit is contained in:
@@ -100,8 +100,8 @@
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name=".android.forum.AvailableForumsActivity"
|
||||
android:label="@string/available_forums_title"
|
||||
android:name=".android.forum.ForumInvitationsActivity"
|
||||
android:label="@string/forum_invitations_title"
|
||||
android:parentActivityName=".android.NavDrawerActivity">
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
|
||||
Reference in New Issue
Block a user