Commit c1bec0f1 authored by Leonardo Aramaki's avatar Leonardo Aramaki

Load signed servers if presenter neeed to be recreated

parent 9506735b
...@@ -175,6 +175,7 @@ public class MainActivity extends AbstractAuthedActivity implements MainContract ...@@ -175,6 +175,7 @@ public class MainActivity extends AbstractAuthedActivity implements MainContract
updateSidebarMainFragment(); updateSidebarMainFragment();
presenter.bindView(this); presenter.bindView(this);
presenter.loadSignedInServers(hostname);
} }
private void updateSidebarMainFragment() { private void updateSidebarMainFragment() {
......
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