Fixed adding contact not working.
This commit is contained in:
parent
fb2e3aca13
commit
eac2221cef
1 changed files with 1 additions and 1 deletions
|
@ -186,8 +186,8 @@ class AddContactsActivity extends EnsiChatActivity with ChatService.OnConnection
|
|||
Database.addContact(device)
|
||||
Toast.makeText(this, getString(R.string.contact_added, device.Name), Toast.LENGTH_SHORT)
|
||||
.show()
|
||||
}
|
||||
currentlyAdding -= device.Id
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue