mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-02-01 10:41:39 -05:00
Revert "Do not update AppDetails views if not necessary"
This reverts commit b14b2a9611.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user