Remove a couple unused vars
This commit is contained in:
parent
d042ed7508
commit
9522edda74
@ -425,7 +425,6 @@ public class AppDetails extends ListActivity {
|
|||||||
tv.setText(app.name);
|
tv.setText(app.name);
|
||||||
tv = (TextView) findViewById(R.id.license);
|
tv = (TextView) findViewById(R.id.license);
|
||||||
tv.setText(app.license);
|
tv.setText(app.license);
|
||||||
tv = (TextView) findViewById(R.id.status);
|
|
||||||
|
|
||||||
tv = (TextView) infoView.findViewById(R.id.description);
|
tv = (TextView) infoView.findViewById(R.id.description);
|
||||||
|
|
||||||
|
@ -220,7 +220,6 @@ class HoneycombTabManagerImpl extends TabManager {
|
|||||||
private Spinner getActionBarSpinner() {
|
private Spinner getActionBarSpinner() {
|
||||||
if (actionBarSpinner == null && dirtyConfig) {
|
if (actionBarSpinner == null && dirtyConfig) {
|
||||||
dirtyConfig = false;
|
dirtyConfig = false;
|
||||||
long time = System.currentTimeMillis();
|
|
||||||
actionBarSpinner = findActionBarSpinner();
|
actionBarSpinner = findActionBarSpinner();
|
||||||
}
|
}
|
||||||
return actionBarSpinner;
|
return actionBarSpinner;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user