remove refresh action from repo management screen
This commit is contained in:
parent
0fb65d2cfd
commit
1f3271d72d
@ -150,9 +150,6 @@ public class ManageReposActivity extends AppCompatActivity implements LoaderMana
|
|||||||
case R.id.action_add_repo:
|
case R.id.action_add_repo:
|
||||||
showAddRepo();
|
showAddRepo();
|
||||||
return true;
|
return true;
|
||||||
case R.id.action_update_repo:
|
|
||||||
UpdateService.updateNow(this);
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
return super.onOptionsItemSelected(item);
|
return super.onOptionsItemSelected(item);
|
||||||
}
|
}
|
||||||
|
@ -2,11 +2,6 @@
|
|||||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto" >
|
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
|
<item
|
||||||
android:id="@+id/action_add_repo"
|
android:id="@+id/action_add_repo"
|
||||||
android:icon="@drawable/ic_add_white"
|
android:icon="@drawable/ic_add_white"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user