mirror of
https://github.com/moparisthebest/android-app
synced 2024-11-15 05:15:04 -05:00
fixing bug: article list scrolling back to top after reading article.
This commit is contained in:
parent
0a05cf82c4
commit
18248dc4f7
@ -29,11 +29,6 @@ public class ListArticles extends BaseActionBarActivity {
|
||||
setupList(false);
|
||||
}
|
||||
|
||||
public void onResume() {
|
||||
super.onResume();
|
||||
setupList(false);
|
||||
}
|
||||
|
||||
public void onDestroy() {
|
||||
super.onDestroy();
|
||||
database.close();
|
||||
|
Loading…
Reference in New Issue
Block a user