ensure that "Update Repo" is always shown in the Action Mode
Otherwise, it gets confusing what is the action the user should do. Perhaps the Action Mode "Done" button should always trigger the "Update Repo" action, right now it means do nothing and return.
This commit is contained in:
parent
efacc22c10
commit
0a8d08aac8
@ -8,7 +8,7 @@
|
||||
<item
|
||||
android:id="@+id/action_update_repo"
|
||||
android:icon="@android:drawable/ic_input_add"
|
||||
android:showAsAction="ifRoom|withText"
|
||||
android:showAsAction="always|withText"
|
||||
android:title="@string/update_repo"/>
|
||||
|
||||
</menu>
|
Loading…
x
Reference in New Issue
Block a user