Skip to content

Commit

Permalink
Init Buddy availability state on handleBuddyAdded()
Browse files Browse the repository at this point in the history
If diff --git a/voice-client-aidl/src/main/java/com/tuenti/voice/core/manager/BuddyManagerImpl.java b/voice-client-aidl/src/main/java/com/tuenti/voice/core/manager/BuddyManagerImpl.java
index 754fd74..097ec0f 100644
  • Loading branch information
Dmitry Monakhov committed Dec 6, 2012
1 parent 2cdad4f commit 13a8c1a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ private void handleBuddyAdded( String remoteJid )
{
Buddy buddy = new Buddy();
buddy.setRemoteJid( remoteJid );
buddy.setOnline(true);
mBuddies.put( remoteJid, buddy );
}

Expand Down

0 comments on commit 13a8c1a

Please sign in to comment.