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

Removed unnecessary return statement

This commit is contained in:
András Veres-Szentkirályi 2011-12-25 23:53:19 +01:00 committed by cketti
parent de30c712f9
commit 1949067979

View File

@ -111,7 +111,6 @@ public class MessageHeader extends LinearLayout {
@Override
public void onClick(View v) {
onShowAdditionalHeaders();
return;
}
});