1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-02 00:25:10 -04:00

Add a comment about the reason for a recent commit

This commit is contained in:
Jesse Vincent 2010-07-11 19:40:48 +00:00
parent 5a43acff2a
commit 1485502d47

View File

@ -1083,6 +1083,8 @@ public class MessageView extends K9Activity implements OnClickListener
{
if (mMessage != null)
{
// Disable the delete button after it's tapped (to try to prevent
// accidental clicks)
disableButtons();
Message messageToDelete = mMessage;