Skip to content

Commit

Permalink
Fix entire session being stopped
Browse files Browse the repository at this point in the history
bilde2910 committed Oct 6, 2019
1 parent f19067e commit 0bed60a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -319,7 +319,7 @@ public final void shareLocation(Share share) {
* @param share The share to stop.
*/
public final void stopSharing(final Share share) {
new StopSharingPacket(this.ctx, share.getSession()) {
new StopSharingPacket(this.ctx, share) {
@Override
public void onSuccess() {
Log.i("Share %s was successfully stopped", share); //NON-NLS

0 comments on commit 0bed60a

Please sign in to comment.