Do not update AppDetails views if not necessary
This commit is contained in:
parent
6651fe43e6
commit
b14b2a9611
@ -265,11 +265,11 @@ public class AppDetails extends ListActivity {
|
|||||||
finish();
|
finish();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
updateViews();
|
||||||
|
MenuManager.create(this).invalidateOptionsMenu();
|
||||||
|
|
||||||
resetRequired = false;
|
resetRequired = false;
|
||||||
}
|
}
|
||||||
updateViews();
|
|
||||||
|
|
||||||
MenuManager.create(this).invalidateOptionsMenu();
|
|
||||||
|
|
||||||
if (downloadHandler != null) {
|
if (downloadHandler != null) {
|
||||||
downloadHandler.startUpdates();
|
downloadHandler.startUpdates();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user