Commit a994849c authored by Yusuke Iwaki's avatar Yusuke Iwaki

fix to show HomeFragment on create MainActivity

parent d5c994f2
......@@ -29,6 +29,7 @@ public class MainActivity extends AbstractAuthedActivity {
setContentView(R.layout.activity_main);
setupSidebar();
showFragment(new HomeFragment());
}
private void setupSidebar() {
......
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