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