Fixed Typo
This commit is contained in:
parent
dc58290f22
commit
4137bf393a
@ -197,7 +197,7 @@ public final class ChatScene implements Restorable {
|
|||||||
});
|
});
|
||||||
|
|
||||||
//Listen to backEvents
|
//Listen to backEvents
|
||||||
eventBus.register(BackEvent.class, e -> tabPane.getSelectionModel().select(Tabs.CONTANCT_LIST));
|
eventBus.register(BackEvent.class, e -> tabPane.getSelectionModel().select(Tabs.CONTACT_LIST));
|
||||||
|
|
||||||
// Listen to received messages
|
// Listen to received messages
|
||||||
eventBus.register(MessageCreationEvent.class, e -> {
|
eventBus.register(MessageCreationEvent.class, e -> {
|
||||||
|
@ -11,7 +11,7 @@ package envoy.constant;
|
|||||||
public class Tabs {
|
public class Tabs {
|
||||||
private Tabs() {}
|
private Tabs() {}
|
||||||
|
|
||||||
public static int CONTANCT_LIST = 0;
|
public static int CONTACT_LIST = 0;
|
||||||
public static int CONTACT_SEARCH = 1;
|
public static int CONTACT_SEARCH = 1;
|
||||||
public static int GROUP_CREATION = 2;
|
public static int GROUP_CREATION = 2;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user