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
|
||||
public void onComplete() {
|
||||
synchronized (localInvitedGroups) {
|
||||
localInvitedGroups.remove(localInvitedGroups);
|
||||
localInvitedGroups.remove(groupId);
|
||||
}
|
||||
|
||||
if (localInvitedGroups.size() == 0 && localInvitedUsers.size() == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user