Revert "Do not update AppDetails views if not necessary"

This reverts commit b14b2a9611522b94eb1d23022dab5c0b99708488.
This commit is contained in:
Daniel Martí 2013-09-01 17:03:03 +02:00
parent 3741c0c62b
commit 20aa6b8d64

View File

@ -265,11 +265,11 @@ public class AppDetails extends ListActivity {
finish();
return;
}
updateViews();
MenuManager.create(this).invalidateOptionsMenu();
resetRequired = false;
}
updateViews();
MenuManager.create(this).invalidateOptionsMenu();
if (downloadHandler != null) {
downloadHandler.startUpdates();