From 3c3592708500185a66acb0bf6258b4c3bb908e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 15 Aug 2015 13:11:20 -0700 Subject: [PATCH] Undo update repo button hiding in e984ed82ef3 The button can be hidden or entirely removed once users have an easy way to trigger an index update, e.g. via pull to refresh. --- F-Droid/res/menu/main.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/F-Droid/res/menu/main.xml b/F-Droid/res/menu/main.xml index 9c8a76dc0..881e99869 100644 --- a/F-Droid/res/menu/main.xml +++ b/F-Droid/res/menu/main.xml @@ -7,6 +7,11 @@ android:icon="@drawable/ic_search_white" android:title="@string/menu_search" app:showAsAction="always"/> + -