Skip to content
Snippets Groups Projects
Verified Commit d1496e41 authored by Théo Pirkl's avatar Théo Pirkl :nail_care:
Browse files

Merge remote-tracking branch 'origin/devel' into devel

parents f7ca1bf2 5661464b
No related branches found
No related tags found
1 merge request!21*poof* final version
......@@ -341,8 +341,9 @@ public class MainWindowController implements Initializable {
String wtd = api.getWeatherFrom(connection.getTo().getLocation().getCoordinates()).getConditionsIcon();
JoinedJourney joinedJourney = new JoinedJourney(app.getUser().get(), connection, wtd);
Platform.runLater(() -> {
app.getMessageManager().sendJoinedJourney(joinedJourney);
});
currentJourney = displayedConnections.get(pos);
setupCurrentConnection(app, api);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment