mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 12:39:58 +01:00
Fix a typo
This commit is contained in:
parent
569c536d2b
commit
f797f10047
@ -544,7 +544,7 @@ public class OperationsMenuController extends BaseController {
|
|||||||
@Override
|
@Override
|
||||||
public void onComplete() {
|
public void onComplete() {
|
||||||
synchronized (localInvitedGroups) {
|
synchronized (localInvitedGroups) {
|
||||||
localInvitedGroups.remove(localInvitedGroups);
|
localInvitedGroups.remove(groupId);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (localInvitedGroups.size() == 0 && localInvitedUsers.size() == 0) {
|
if (localInvitedGroups.size() == 0 && localInvitedUsers.size() == 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user