hide RoomStatusBar when not needed again
as it will be shown a lot less now, having the layout jump up and down won't be so much of a problem.pull/21833/head
parent
14592b5b57
commit
e5de33ab77
|
@ -1473,11 +1473,10 @@ module.exports = React.createClass({
|
|||
|
||||
onStatusBarHidden: function() {
|
||||
// This is currently not desired as it is annoying if it keeps expanding and collapsing
|
||||
// TODO: Find a less annoying way of hiding the status bar
|
||||
/*if (this.unmounted) return;
|
||||
if (this.unmounted) return;
|
||||
this.setState({
|
||||
statusBarVisible: false,
|
||||
});*/
|
||||
});
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue