~trb143/openlp/a2

« back to all changes in this revision

Viewing changes to OpenLP/src/org/openlp/android/fragments/ServiceListFragment.java

  • Committer: Tim Bentley
  • Date: 2014-06-13 16:22:57 UTC
  • Revision ID: tim.bentley@gmail.com-20140613162257-0nq3bf7qk0yi2x03
Back arrow and more bits

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
                itemClicked(position);
53
53
                noScreenUpdate = true;
54
54
                isDoubleClick = true;
 
55
                ((OpenLP) getActivity()).makeBackArrowVisible();
 
56
                ((OpenLP) getActivity()). menuVisible(R.id.action_back);
55
57
                ((OpenLP) getActivity()).selectItem(NavigationOptions.LiveList);
56
58
                return false;
57
59
            }