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

Implements UI when two people meet (WIP)

parent 7669ff84
Branches
No related tags found
1 merge request!21*poof* final version
......@@ -435,12 +435,12 @@ public class MainWindowController implements Initializable {
if (!(commonSection.equals(Section.empty()))){
drawMessage(
String.format(
AppConfig.COMMON_ITINERARY_TEXT,
sender.getName(),
commonSection.getDeparture().getLocation().getName()
AppConfig.COMMON_ITINERARY_TEXT,
sender.getName(),
commonSection.getDeparture().getLocation().getName()
),
AppConfig.JOURNEY_ICON_COMMON_ITINERARY,
AppConfig.COLOR_BLUE_50_OPACITY
AppConfig.JOURNEY_ICON_COMMON_ITINERARY,
AppConfig.COLOR_BLUE_50_OPACITY
);
}
} catch (ParseException e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment