mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
using last object for compatibilty
This commit is contained in:
@@ -410,7 +410,7 @@ NSString *const _MPTableSecurCellView = @"PasswordCell";
|
||||
return; // we are showing the correct object right now.
|
||||
}
|
||||
}
|
||||
self.representedObject = document.selectedGroups.count == 1 ? document.selectedGroups.firstObject : nil;
|
||||
self.representedObject = document.selectedGroups.count == 1 ? document.selectedGroups.lastObject : nil;
|
||||
}
|
||||
[self _updateContextBar];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user