aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2019-09-24 20:41:17 +0200
committerChristian Schneppe <christian.schneppe@pix-art.de>2019-09-24 20:41:17 +0200
commit2565da03bb5b09a4f72c8d0a2fe4222667a42a55 (patch)
tree1b5294f7beac42bd35eb50ad0d47f6e2502b922f /src/main/res/menu
parent5aa83a0db42a71f028314acf4b955dd00bb3d9e1 (diff)
channel search result long press to show join dialog
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