mirror of
https://github.com/bilde2910/Hauk.git
synced 2026-07-28 18:21:22 +00:00
Fix entire session being stopped
This commit is contained in:
parent
f19067ec88
commit
0bed60a05e
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ public abstract class SessionManager {
|
|||
* @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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue