Commit 1a14d32a authored by Sajal Narang's avatar Sajal Narang

Make FeedFragment default, fix #55

parent 289cccce
...@@ -82,6 +82,9 @@ public class MainActivity extends AppCompatActivity ...@@ -82,6 +82,9 @@ public class MainActivity extends AppCompatActivity
drawer.addDrawerListener(toggle); drawer.addDrawerListener(toggle);
toggle.syncState(); toggle.syncState();
FeedFragment feedFragment = new FeedFragment();
updateFragment(feedFragment);
fetchNotifications(); fetchNotifications();
} }
......
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