~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-09 05:11:45 UTC
  • Revision ID: tim.bentley@gmail.com-20140609051145-spa2gg5hja15r5jc
Blanks and alerts start

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
 
21
21
public class ServiceListFragment extends OpenLPFragment {
 
22
 
22
23
    private final String LOG_TAG = ServiceListFragment.class.getName();
23
24
    private boolean isLongClicked = false;
24
25