Merge lp:~trb143/openlp/bug-1031081 into lp:openlp/android

Proposed by Tim Bentley
Status: Merged
Merged at revision: 47
Proposed branch: lp:~trb143/openlp/bug-1031081
Merge into: lp:openlp/android
Diff against target: 13 lines (+1/-0)
1 file modified
src/org/openlp/android/utility/OpenLPController.java (+1/-0)
To merge this branch: bzr merge lp:~trb143/openlp/bug-1031081
Reviewer Review Type Date Requested Status
Johan Mynhardt Approve
Review via email: mp+117495@code.launchpad.net

Description of the change

Display to current screen in the center when polling is enabled

To post a comment you must log in.
Revision history for this message
Johan Mynhardt (johanmynhardt) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed file 'OpenLP.apk'
2Binary files OpenLP.apk 2012-06-17 17:02:17 +0000 and OpenLP.apk 1970-01-01 00:00:00 +0000 differ
3=== modified file 'src/org/openlp/android/utility/OpenLPController.java'
4--- src/org/openlp/android/utility/OpenLPController.java 2012-05-24 21:06:55 +0000
5+++ src/org/openlp/android/utility/OpenLPController.java 2012-07-31 17:24:19 +0000
6@@ -240,6 +240,7 @@
7 JSONHandler.getSlideItemsFromString(itemsJson);
8 listViewLive
9 .setAdapter(new SlideAdapter(context, liveItems, currentLive));
10+ listViewLive.setSelection(currentLive);
11 }
12 catch (JSONHandler.JSONHandlerException e) {
13 Log.e(LOG_TAG, e.toString());

Subscribers

People subscribed via source and target branches