From 6710e9a4b97393d2a2f1f0427490ade5db2f4d13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sun, 11 May 2014 02:31:53 +0200 Subject: [PATCH] dont show update all button for now... --- .../fdroid/fdroid/views/fragments/CanUpdateAppsFragment.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/org/fdroid/fdroid/views/fragments/CanUpdateAppsFragment.java b/src/org/fdroid/fdroid/views/fragments/CanUpdateAppsFragment.java index 0e28f3010..aeb59e683 100644 --- a/src/org/fdroid/fdroid/views/fragments/CanUpdateAppsFragment.java +++ b/src/org/fdroid/fdroid/views/fragments/CanUpdateAppsFragment.java @@ -77,7 +77,8 @@ public class CanUpdateAppsFragment extends AppListFragment { super.onResume(); if (mInstaller.supportsUnattendedOperations()) { - mUpdateAllButton.setVisibility(View.VISIBLE); +// mUpdateAllButton.setVisibility(View.VISIBLE); + mUpdateAllButton.setVisibility(View.GONE); } else { mUpdateAllButton.setVisibility(View.GONE); }