mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-04 16:45:09 -05:00
Remove "flag" as a meessage view menu option (duplicates tapping on the star)
This commit is contained in:
parent
87e437b388
commit
20e3335bc1
@ -67,12 +67,6 @@
|
||||
android:title="@string/read_toggle_action"
|
||||
android:icon="?attr/iconActionToggleRead"
|
||||
android:showAsAction="never"
|
||||
/>
|
||||
<item
|
||||
android:id="@+id/flag"
|
||||
android:alphabeticShortcut="s"
|
||||
android:title="@string/flag_action"
|
||||
android:showAsAction="never"
|
||||
/>
|
||||
<item
|
||||
android:id="@+id/select_text"
|
||||
|
@ -778,9 +778,6 @@ public class MessageView extends K9Activity implements OnClickListener {
|
||||
case R.id.forward:
|
||||
onForward();
|
||||
break;
|
||||
case R.id.flag:
|
||||
onFlag();
|
||||
break;
|
||||
case R.id.share:
|
||||
onSendAlternate();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user