remove refresh action from repo management screen

This commit is contained in:
Stephen Michel 2017-05-15 11:52:28 -04:00
parent 0fb65d2cfd
commit 1f3271d72d
2 changed files with 0 additions and 8 deletions

View File

@ -150,9 +150,6 @@ public class ManageReposActivity extends AppCompatActivity implements LoaderMana
case R.id.action_add_repo:
showAddRepo();
return true;
case R.id.action_update_repo:
UpdateService.updateNow(this);
return true;
}
return super.onOptionsItemSelected(item);
}

View File

@ -2,11 +2,6 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" >
<item
android:id="@+id/action_update_repo"
android:icon="@drawable/ic_refresh_white"
android:title="@string/menu_update_repo"
app:showAsAction="ifRoom|withText"/>
<item
android:id="@+id/action_add_repo"
android:icon="@drawable/ic_add_white"