Fix invalid objective_c framework

This commit is contained in:
Janez T
2026-03-08 09:40:10 +01:00
parent 948a22c4d2
commit 9ff24c1fcb
5 changed files with 24 additions and 65 deletions

View File

@@ -232,7 +232,7 @@ extension ContactLocalization on Contact {
String get routeSummary {
if (routeIsUnknown) {
return 'Unknown';
return 'Flood/Unknown';
}
if (!routeHasPath || routeHopCount == 0) {
return 'Direct';