Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Update XmppConnection.java
Browse files Browse the repository at this point in the history
Removing unwanted "al" from line.
  • Loading branch information
sandeepbisht authored May 24, 2018
1 parent c1bb030 commit a5642b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2831,7 +2831,7 @@ public void sendMessageAsync(ChatSession session, final Message message) {

}
else {
al Chat thisChat = mChatManager.chatWith(jidTo.asEntityBareJidIfPossible());
Chat thisChat = mChatManager.chatWith(jidTo.asEntityBareJidIfPossible());

/**
if (mConnection.isSmEnabled()) {
Expand Down

0 comments on commit a5642b5

Please sign in to comment.