Commented out test code.

master
tokugawa 2014-04-14 00:43:34 -04:00
parent 4e4abc99e2
commit 3b567ff0d4
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class MainActivity extends Activity {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
dm = new DataManager(this);
dm.saveTweet(new SavedTweet(0, "apple", "Stuff about an apple", "00:00:12", ""));
//dm.saveTweet(new SavedTweet(0, "apple", "Stuff about an apple", "00:00:12", ""));
// Set up all the news feeds
ListView feeds = (ListView)findViewById(R.id.listNewsFeeds);