fixing bug: article list scrolling back to top after reading article.

This commit is contained in:
Kevin Meyer 2014-09-03 17:15:18 +02:00
parent 0a05cf82c4
commit 18248dc4f7

View File

@ -29,11 +29,6 @@ public class ListArticles extends BaseActionBarActivity {
setupList(false); setupList(false);
} }
public void onResume() {
super.onResume();
setupList(false);
}
public void onDestroy() { public void onDestroy() {
super.onDestroy(); super.onDestroy();
database.close(); database.close();