Main view: make the calendar the default view.
It's used much more often than the contact list, so makes sense it's the default.master
parent
1ad1cb932d
commit
9f4fb75d73
|
@ -40,7 +40,7 @@ class PimMain extends React.PureComponent<PropsType> {
|
|||
|
||||
constructor(props: any) {
|
||||
super(props);
|
||||
this.state = {tab: 0};
|
||||
this.state = {tab: 1};
|
||||
this.eventClicked = this.eventClicked.bind(this);
|
||||
this.contactClicked = this.contactClicked.bind(this);
|
||||
this.floatingButtonClicked = this.floatingButtonClicked.bind(this);
|
||||
|
|
Loading…
Reference in New Issue