1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Add a comment explaining the reason for setting the LOGGED_IN view

This commit is contained in:
Travis Ralston
2019-01-03 14:22:16 -07:00
parent d8f6a7c684
commit 643dd5ca47

View File

@@ -927,6 +927,7 @@ export default React.createClass({
},
_viewHome: function() {
// The home page requires the "logged in" view, so we'll set that.
this.setStateForNewView({
view: VIEWS.LOGGED_IN,
});