Remove empty overrides
This commit is contained in:
parent
744d46161e
commit
e070883934
@ -308,11 +308,6 @@ public class AppDetails extends ListActivity {
|
||||
super.onPause();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onStop() {
|
||||
super.onStop();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object onRetainNonConfigurationInstance() {
|
||||
stateRetained = true;
|
||||
|
@ -92,11 +92,6 @@ public class SearchResults extends ListActivity {
|
||||
updateView();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onResume() {
|
||||
super.onResume();
|
||||
}
|
||||
|
||||
private void updateView() {
|
||||
|
||||
List<String> matchingids = new ArrayList<String>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user