Skip to content

Commit 5431a1e

Browse files
author
Chris Bellew
committed
Fixed regression from subscription change. Manual subscription should not do subscribe as heartbeat.
1 parent d4e42d9 commit 5431a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/src/main/java/com/atomjack/vcfp/PlexSubscription.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ public void subscribe(final PlexClient client, boolean showFeedback) {
260260
if(updateConversationHandler == null)
261261
startSubscription(client, showFeedback);
262262
else
263-
subscribe(client, showFeedback, false);
263+
subscribe(client, false, showFeedback);
264264
}
265265

266266
public void subscribe(PlexClient client, final boolean isHeartbeat, final boolean showFeedback) {

0 commit comments

Comments
 (0)