possible for #30: native mapbox crash

This commit is contained in:
geeksville
2020-05-24 10:11:48 -07:00
parent 4efd25d009
commit ae72081917

View File

@@ -78,7 +78,8 @@ class MapFragment : ScreenFragment("Map"), Logging {
)
)
node.user?.let {
f.addStringProperty("name", it.longName)
if (it.longName != null)
f.addStringProperty("name", it.longName)
}
f
}