Group#getDisplayName returns nothing if the group doesn't have a display name, but group info shows it should default to the friendly name.
Closed this issue ยท 1 comments
This is intended behaviour.
Group#getDisplayName
returns a value only if the group has a different display name set. In other words, a display name that differs from it's actual name.
The #getFriendlyName
method always returns a value, eventually falling back to the actual name.