1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Remove send alternate option from messagelist activity.

This commit is contained in:
Sander Bogaert 2012-07-20 10:20:46 -04:00 committed by Andrew Chen
parent 24d7416e61
commit 35e8937b8a
2 changed files with 0 additions and 15 deletions

View File

@ -35,9 +35,4 @@
android:title="@string/copy_action"
android:showAsAction="ifRoom"
/>
<item
android:id="@+id/send_alternate"
android:title="@string/send_alternate_action"
android:showAsAction="ifRoom"
/>
</menu>

View File

@ -1539,12 +1539,6 @@ public class MessageList extends K9ListActivity implements
return true;
}
public void onSendAlternate(Account account, MessageInfoHolder holder) {
mController.sendAlternate(this, account, holder.message);
}
@Override
public void onSwipeRightToLeft(final MotionEvent e1, final MotionEvent e2) {
// Handle right-to-left as an un-select
@ -2746,10 +2740,6 @@ public class MessageList extends K9ListActivity implements
mSelectedCount = 0;
break;
}
/*case R.id.send_alternate: {
onSendAlternate(mAccount, holder);
break;
}*/
}
if (mSelectedCount == 0) {