From 77840bea99c206a593b14f2683e0d520d2274c91 Mon Sep 17 00:00:00 2001 From: Tom Hennen Date: Sun, 11 Jan 2015 18:45:53 -0500 Subject: Updated QueueFragment to have a refresh button. Issue #595 Also resolved an issue that may have been latent when 'All Episodes' was default. Namely, that the search and other option menus didn't show up until you navigated away and then back to the fragment. This was happening because the items weren't loaded yet, which prevented the options menu from being created. If we switch back to 'All Episodes' as being default, this problem may appear again. --- app/src/main/res/menu/queue.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app/src/main/res/menu/queue.xml (limited to 'app/src/main/res/menu/queue.xml') diff --git a/app/src/main/res/menu/queue.xml b/app/src/main/res/menu/queue.xml new file mode 100644 index 000000000..0f06ea952 --- /dev/null +++ b/app/src/main/res/menu/queue.xml @@ -0,0 +1,13 @@ + + + + + + + \ No newline at end of file -- cgit v1.2.3