aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/menu')
-rw-r--r--src/main/res/menu/channel_item_context.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/menu/channel_item_context.xml b/src/main/res/menu/channel_item_context.xml
index 7d26a42dd..8d7a693b4 100644
--- a/src/main/res/menu/channel_item_context.xml
+++ b/src/main/res/menu/channel_item_context.xml
@@ -3,4 +3,7 @@
<item
android:id="@+id/share_with"
android:title="@string/share_uri_with" />
+ <item
+ android:id="@+id/open_join_dialog"
+ android:title="@string/open_join_dialog" />
</menu> \ No newline at end of file