develop-fix-geolocation #91
Reference in New Issue
Block a user
No description provided.
Delete Branch "develop-fix-geolocation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -16,2 +16,2 @@
.sorted((a, b) => lastname(a).compareTo(lastname(b)))
.sorted((a, b) => a.participantType.index.compareTo(b.participantType.index));
.sorted((a, b) {
final t = a.participantType.index.compareTo(b.participantType.index);
t
benennensieht gut aus