Commit fda6fb4d authored by Aniket's avatar Aniket

fixes a silly error

parent cdb9ad25
...@@ -94,7 +94,7 @@ public class MainActivity extends AbstractAuthedActivity implements MainContract ...@@ -94,7 +94,7 @@ public class MainActivity extends AbstractAuthedActivity implements MainContract
} else { } else {
connectivityManager.keepAliveServer(); connectivityManager.keepAliveServer();
presenter.bindView(this); presenter.bindView(this);
//presenter.loadSignedInServers(hostname); presenter.loadSignedInServers(hostname);
roomId = RocketChatCache.INSTANCE.getSelectedRoomId(); roomId = RocketChatCache.INSTANCE.getSelectedRoomId();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment